alexharv074 / sceptre-sam-poc

Proof of concept for Sceptre to manage an AWS SAM stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Proof of concept for Sceptre to manage an AWS SAM stack

License:MIT License


Languages

Language:Python 100.0%