Include aws-scripts inside your existing project
aws-scripts expect your lambdas to be inside project_root/dist
The expected path to the script is:
project_root/support/aws-scripts
Change this at your discretion
https://github.com/awslabs/aws-shell
See .main.sh.sample and create the .main.sh file
Use the following structure:
api-name > lambda-name > request-headers.yaml # used on put-method.sh
api-name > lambda-name > request-querystrings.yaml #used on put-method.sh
api-name > lambda-name > request-template.yaml //used on put-integration.sh
api-name > lambda-name > invocation-params.json #used on invoke-lambda.sh
Execute the desired script via bash with root authorization, ie:
. ./support/get-apis.sh
ALWAYS EXECUTE FROM PROJECT ROOT