This is a sample template for a serverless AWS Lambda application.
Here is an overview of the files:
. ├── deployHooks/ <-- Directory for storing deployment hooks ├── .gitignore <-- Gitignore for Stackery ├── .stackery-config.yaml <-- Default CLI parameters for root directory ├── README.md <-- This README file └── template.yaml <-- SAM infrastructure-as-code template