0

I don't know whther its possible to deploy to Lambda Function using Code Deploy in CodePipeline as I don't see any Target there. if its possible How we can set it in aws console?

1 Answer 1

1

I don't know whther its possible to deploy to Lambda Function using Code Deploy in CodePipeline

Yes it is.

There are various ways you can achieve this. The most straight forward way is to use CodePipeline that is triggered by a CodeCommit repository for a SAM package.

CodeDeploy will deploy the SAM package in a pipeline stage which will include your Lambda function.

Here is a tutorial from AWS Docs.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.