Sceptre

learn sceptre, a tool to drive cloudformation

Demo

via Get Started — Sceptre 2.6.3 documentation

# install cli
pipx install sceptre

# create new project
sceptre new project my-sceptre-project

cd my-sceptre-project

# create stack
sceptre create dev/template.yaml

# show stack outputs
sceptre --ignore-dependencies list outputs dev/template.yaml

# update stack
sceptre update dev/template.yaml

# delete stack
sceptre delete dev/template.yaml

Resources