AWS Lambda Application with Integration and Production Environments

0

How would I go about creating two separate environments for an AWS Lambda Application? I'd like to have my changes auto deploy to an integration environment, but require an extra step like a button click to get out to prod. The integration and prod environments would have their own Lambdas and API Gateways. Another way could be to have an integration git branch that auto deploys to integration and a prod branch that auto deploys to prod.

asked 2 years ago445 views
1 Answer
1
Accepted Answer
profile pictureAWS
EXPERT
Uri
answered 2 years ago
profile picture
EXPERT
reviewed 17 days 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