Skip to content

Instantly share code, notes, and snippets.

@irgeek
irgeek / Makefile
Last active August 4, 2020 02:56
DefinitionS3Location/DefinitionSubstitutions issues
S3_BUCKET := bucket-name
STACK_BASE_NAME := test-stack
%: %.yaml
@aws cloudformation package \
--template-file "$<" \
--s3-bucket $(S3_BUCKET) \
--output-template-file deploy.yaml
@aws cloudformation deploy \
--template-file deploy.yaml \