Skip to content

Instantly share code, notes, and snippets.

@ravsau
Last active June 5, 2023 01:17
Show Gist options
  • Save ravsau/215e53e8b03b5c149f84c3b26487ead0 to your computer and use it in GitHub Desktop.
Save ravsau/215e53e8b03b5c149f84c3b26487ead0 to your computer and use it in GitHub Desktop.
send sms using AWS CLI

Send a quick SMS/text message .

aws sns publish --phone-number +12012022034 --message " This is bob. My phone's dead. I'll be home soon."

Things to note:

  • Start with +counrtycode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment