Skip to content

Instantly share code, notes, and snippets.

@mhart
Created December 1, 2020 17:34
Show Gist options
  • Save mhart/1312773500c17cc1ae1c117740218563 to your computer and use it in GitHub Desktop.
Save mhart/1312773500c17cc1ae1c117740218563 to your computer and use it in GitHub Desktop.
aws cloudformation deploy \
--stack-name pdf2png-app \
--template-file template.yml \
--parameter-overrides ImageUri=<accountid>.dkr.ecr.us-east-1.amazonaws.com/pdf2png-app:v1 \
--capabilities CAPABILITY_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment