How can I Automate Deployment

0

I have a team working on different parts of an application and I want to be able to automate deployment of code to aws lambda for different team members from one place. There are already some existing lambda written in both JavaScript and others python.

I want a way that any team member can just deploy their lambdas automatically from the central service and not dragging and dropping their code manually.

3개 답변
0
profile pictureAWS
답변함 5달 전
profile picture
전문가
검토됨 5달 전
0

hey, you can have a look at this CI/CD for AWS Lambda using GitHub actions. https://greeeg.com/en/issues/aws-lambda-ci-cd-pipeline-github-actions-terraform

profile picture
답변함 5달 전
profile picture
전문가
검토됨 한 달 전
0

With AWS SAM, each developer can deploy and test from their laptops. Additionally, AWS SAM Pipelines provides templates for popular CI/CD systems such as AWS CodePipeline, Jenkins, GitLab CI/CD and GitHub Actions.

profile picture
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠