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 Respostas
0
profile pictureAWS
respondido há 5 meses
profile picture
ESPECIALISTA
avaliado há 5 meses
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
respondido há 5 meses
profile picture
ESPECIALISTA
avaliado há um mês
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
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas