Sending SNS messages from ubuntu: Revision history

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 May 2026

  • curprev 22:5322:53, 16 May 2026Mflavell talk contribs 643 bytes +4 No edit summary
  • curprev 22:5322:53, 16 May 2026Mflavell talk contribs 639 bytes +57 No edit summary
  • curprev 22:5222:52, 16 May 2026Mflavell talk contribs 582 bytes +582 Created page with "= Create an SNS topic = * Longin to the AWS console * Open SNS (Simple Notification Service) :* Create a standard topic :* Enter a name :* Click "create topic" * Copy down the ARN for the topic * Subscribe your email to the topic for testing. = Install the tools = Installing AWS CLI = try the test script = here's a simple test script: SNS_ARN="arn:aws:sns:your_ARN_goes_here" SUBJECT="$1" MESSAGE="$2" sns_publish(){ response=$( aws sns publis..."