我正在遵循无服务器快速入门演示的说明我到底做错了什么--这看起来像是一个基本的演练。Serverless: Deploying the specified functions in "dev" to the following regions: us-east-1
/Users/bar/serverless-starter/node_modules/serverless</em
下面是serverless.yml的外观 plugins: # List of plugins of use on application - serverless-plugin-typescript-express
method: get 凭据被设置为according to the docs,但是
我正在使用AWS代码星型和使用快速Web服务模板。代码星型创建Lambda和创建API网关API。api工作,它返回我想要的东西。这是我的YAMLTransform:- AWS::CodeStarprojectID used to associate new resources to team members
HelloWorld:
Type:
build", } 我得到的错误: server.js: Error: No serverlesspages were built. https://err.sh/zeit/now-builders/now-next-no-serverless-pages-built
at Object.exports.buildconst wi
最近,我们采用Serverless来处理AWS环境中Lambda函数的部署,但是对于部署的每个唯一函数,都会创建一个新的S3桶。这是低效的,对于Serverless创建的每个堆栈都有一个存储桶将是理想的。有什么方法可以在serverless.yml文件中这样做吗?我尝试了以下资源的yml文件配置,但没有成功。Serverless: Uploading service .zip file to S3...
Serverless: Updating Stack...