Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created August 27, 2020 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/2372b5f6d59a8a69574b202e72b27cf4 to your computer and use it in GitHub Desktop.
Save garystafford/2372b5f6d59a8a69574b202e72b27cf4 to your computer and use it in GitHub Desktop.
aws cloudformation create-stack \
--stack-name lora-iot-demo \
--template-body file://cloudformation/iot-analytics.yaml \
--parameters ParameterKey=ProjectName,ParameterValue=lora-iot-demo \
ParameterKey=IoTTopicName,ParameterValue=lora-iot-demo \
--capabilities CAPABILITY_NAMED_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment