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 Answers
0
profile pictureAWS
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago
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
answered 5 months ago
profile picture
EXPERT
reviewed 16 days ago
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
answered 5 months 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