Skip to content

Instantly share code, notes, and snippets.

@raychew13
Last active June 17, 2020 22:40
Show Gist options
  • Save raychew13/4ef8651a9da6f78c8d6ae4578043a524 to your computer and use it in GitHub Desktop.
Save raychew13/4ef8651a9da6f78c8d6ae4578043a524 to your computer and use it in GitHub Desktop.

Read SQS

aws sqs receive-message --queue-url https://sqs.ap-southeast-2.amazonaws.com/410182434753/forecast-inbound-request-daily-gamma --region ap-southeast-2

# Read 2 messsage at a time
aws sqs receive-message --queue-url https://sqs.ap-southeast-2.amazonaws.com/410182434753/forecast-inbound-request-daily-gamma --region ap-southeast-2 --max-number-of-messages 2

Delete Msg from SQS

aws sqs delete-message --queue-url https://sqs.ap-southeast-2.amazonaws.com/410182434753/forecast-inbound-request-daily-gamma --region ap-southeast-2 --receipt-handle AQEBwFpME+KiWzEvoScGb9eG1f+zeCBlpnVQFy/CgEQXrefPkVbFmQbDYbvMoTMSey/8grTAbrKbvq51SRdB3BRGXrMi/bAVpHYcjwdwxUlMIruZ8EGzmp2N5JPORvTLE3NRpxtMxPReaocIw9VRPw5nie5DnJO5mSAecaGl2Cw8TA7US8aGNCLLJbKGAP9zugBd24v6VG7GspLQfFjGwDMbqVC4HVzQnR9nYn/It5I0eix8rZm0pwNbtWlYW5jKM2FKOpO68jWCUKoW/VwvWBYQsZkp0MW1J2FZiGCGkVXHQhBKbt2XRd78Q9j6kclOZRU/Pb3XGb46xP/x2szqWOzxd3v691SNZ5KXFswRgUgmDOPWauprk/Q4sMqtmQZRJZJQ5DibGl6+shW18b8wZLqACcReXhhFqqkA5GDYG15khIhDUHDb5PsmeEWqWmkbRaP5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment