我正在尝试主持一个通用的ssr应用程序,在vercel上使用nuxt 2构建。这是,项目总规模约为6mbError: The Serverless Function "index" is 124.58mb which exceedsLearn More: https://vercel.link/serverless-function-size
我有Aurora无服务器MySQL集群运行引擎版本5.6。它是使用CloudFormation设置的。In-place upgrade of the engine to a new major version isn't supported on serverlessDBClusterParameterGroupN
在serverless.yml中,我正在使用AWS step function...其中一个状态是Wait,我正在尝试使用其他状态的输出...但生成的CFT将\“放在变量周围,因此该状态引擎的部署将失败sls版本为1.38.0 State from serverless.yml file Type: Wait
cloudfront指令时,sls deploy会出现以下错误: Could not find resource with logical name "CloudFrontDistribution" 这是非常通用的service: ${file(serverless-config/vars-config.yml):service} objectPrefix: '${self:service}provider.stage}' hooks:
p