Created
March 26, 2019 17:01
-
-
Save jayers99/6adbd7d834532bbd0393f798ef0209f5 to your computer and use it in GitHub Desktop.
Fun with AWS SQS message queues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#s3 put notification | |
aws sqs receive-message --queue-url https://sqs.us-west-2.amazonaws.com/someaccount/somequeue --visibility-timeout 1 --max-number-of-messages 10 | jq -r '.Messages[].Body' | jq -r '.Message' | jq '.Records[].s3.object.key' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment