Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created April 30, 2021 16:09
Show Gist options
  • Save cmaster11/e78e0015bd41658d005ec8c523d141e1 to your computer and use it in GitHub Desktop.
Save cmaster11/e78e0015bd41658d005ec8c523d141e1 to your computer and use it in GitHub Desktop.
Markdium-Track your infrastructure events with AWS SNS and Notify17
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