davidkelley / stack-examples

Some simple, AWS SAM Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAM Examples

Getting Started

Modify the --profile flag inside the ./delete, ./deploy & ./package files to the account you have access to deploy CloudFormation on. Also modify the region, if you need to.

To package an example: ./package example-1

To deploy an example: ./deploy example-2

To delete the example: ./delete example-3

About

Some simple, AWS SAM Examples


Languages

Language:JavaScript 100.0%