Aws sam template environment variables
John digweed soundcloud
Jun 28, 2019 · To build an AWS SAM project we need a template file, a project folder for our AWS Lambda function and other intermediary files. Luckily, SAM CLI provides a command to initialize our folder. sam init --runtime ruby2.5 --name myApi . By default, sam init command initializes the AWS Lambda environment