Skip to content

Instantly share code, notes, and snippets.

@emzxcv
emzxcv / cfn wrapper
Created January 11, 2019 00:37
#cfn #wrapper #bash #exitcode
STDERR=$(( aws cloudformation deploy \
--template-file cfn-snsteam.yml \
--stack-name sns-team-message \
--tags Owner=${OWNER} \
CostCentre=${COSTCENTRE} \
Application=enc-sqs-slack-bot \
Project=${PROJECT} \
Environment=${ENVIRONMENT} \
Confidentiality=${CONFIDENTIALITY} \