arcanereinz / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stackery Blank SAM Template

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

About


Languages

Language:JavaScript 100.0%