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.

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ