/sceptre-sam-poc

Proof of concept for Sceptre to manage an AWS SAM stack

Primary LanguagePythonMIT LicenseMIT

Sceptre SAM proof of concept

Overview

This is a proof of concept showing how I set up Sceptre to manage an AWS SAM stack.

Usage

Create the Virtualenv to install Sceptre and SAM and other dependencies:

▶ . venv.sh

Create the S3 bucket:

▶ aws s3 mb s3://alexharvey3118

Create the stack:

▶ sceptre create dev/hello.yaml

Delete the stack:

▶ sceptre delete dev/hello.yaml

License

MIT.