A devops engineer wants to deploy a serverless web application based on AWS Lambd
a. The deployment must meet the following requirements:
* Provide staging and production environments.
* Restrict the developers from accessing the production environment.
* Avoid hard coding passwords in the Lambda functions
* Store source code in AWS CodeCommit.
* Use AWS CodePipeline to automate the deployment.
Which solution will accomplish this?
Currently there are no comments in this discussion, be the first to comment!