简体   繁体   中英

How to to deploy AWS lambda using CodePipleline?

In this world of CICD,I have a lambda function ( written in typescript) and presently in Github. My IDE is vscode. I can do my development and push my change's to Github. I want that when I push my changes to github, the Lambda function should be deployed to my AWS account using Codebuild and codePipeline. I can create the codestar connection. Can anyone help me with this?

It should be simple - I push my changes, and then the Lambda should be deployed - correct?

My google search did not give me any how to solutions?

Appreciate your help !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM