Deploying Lambda functions from GitHub "serverlessly" with our Code* services

0

I've looked everywhere but can't find a good solution of a serverless CI/CD of Lambda functions.

CodePipeline comes very close to providing that setup, except for the deployment part -- there's really no serverless way to deploy it after it's built.

Any help is appreciated.

AWS
已提问 7 年前244 查看次数
1 回答
0
已接受的回答

Using CloudFormation as the deploy step can allow you to build a serverless CD pipeline for Lambda functions. There is a recent blog post and reference implementation that outlines how to put it all together.

AWS
专家
已回答 7 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则