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 réponses
0
profile pictureAWS
répondu il y a 5 mois
profile picture
EXPERT
vérifié il y a 5 mois
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
répondu il y a 5 mois
profile picture
EXPERT
vérifié il y a un mois
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
répondu il y a 5 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions