AWS SAM example for building and using functions and layers written in Typescript.
Using Node v16
npm install
NOTE: The custom layer is referenced in the global package.json with
"commons": "file:./layers/commons"
for local development
sam build
sam deploy --guided
aws cloudformation delete-stack --stack-name aws-sam-ts-functions-layers