Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.8 KB

AWSRequirements.md

File metadata and controls

25 lines (16 loc) · 1.8 KB

AWS requirements

In order to successfully deploy your application you must set-up your AWS Config and have created an IAM user with the following policies:

IAM Management Console

WARNING: The policies above are provided to ensure a successful application deployment. It is recommended that you adjust these policies to meet the security requirements of your Lambda application. They should NOT be used as-is in a Production environment.

Mounting the AWS configuration

In order to deploy from within the container using VS Code terminal you will need to enable* the following line in: .devcontainer/devcontainer.json

"mounts": ["source=${localEnv:HOME}/.aws,target=/root/.aws,type=bind,consistency=cached"],

(*) Requires container rebuild.

Policy shortcuts