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 Antworten
0
profile pictureAWS
beantwortet vor 5 Monaten
profile picture
EXPERTE
überprüft vor 5 Monaten
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
beantwortet vor 5 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
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
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen