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 Answer
0
Accepted Answer

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
EXPERT
answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions