Skip to content

Instantly share code, notes, and snippets.

@namuan
Created August 26, 2018 21:22
Show Gist options
  • Save namuan/12744347d62370899bdbc6e77b1e6465 to your computer and use it in GitHub Desktop.
Save namuan/12744347d62370899bdbc6e77b1e6465 to your computer and use it in GitHub Desktop.
[Sending SQS messages using AWS CLI] #sqs #aws #cli
$ aws sqs send-message --queue-url https://eu-west-1.queue.amazonaws.com/<acc-id>/TestQueue --message-body "$(cat customer_created.json)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment