In order to successfully deploy your application you must set-up your AWS Config and have created an IAM user with the following policies:
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.
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.