Created
April 30, 2021 16:09
-
-
Save cmaster11/e78e0015bd41658d005ec8c523d141e1 to your computer and use it in GitHub Desktop.
Markdium-Track your infrastructure events with AWS SNS and Notify17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws sns publish \ | |
--region us-east-1 \ | |
--topic-arn "arn:aws:sns:us-east-1:123456789012:n17-example-aws-sns-test-hook-templated" \ | |
--message "Hello!" | |
# Optionally you can also use | |
[--subject "Notification title"] | |
[--message-attributes '{"myKey1":{"DataType":"String","StringValue":"Mr. Anderson"}}'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment