Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Switched to shorthand variable notation.
Excerpt

This parameters template demonstrates publishing a SNS message in raw text format with the Publish SNS Message action:

Code Block
languagejs
linenumberstrue
collapsetrue
{
  "TopicArn": "arn:aws:sns:ap-southeast-2:123456789012:sample-AutomationWithAWSQuickstartSNSTopic-15EO7TT8O93XT",
  "Message": "${event$event.simpleName} with trace ID ${event$event.traceId} triggered at ${event$event.timestamp}",
  "Subject": "Automation with AWS: ${event$event.simpleName} triggered at ${event$event.timestamp}"
}