AWS SQS - How to monitor and debug SQS

AWS SQS - How to monitor and debug SQS

Tags
Engineering
AWS
SQS
Created
Dec 28, 2022 04:14 AM
Edited
Jan 2, 2022
Description
How do I know if a message is sent to SQS

The easiest way - send and receive messages

  1. In AWS SQS console, click on send and receive messages
  1. In the Receive messages section, click Poll for messages
  1. Trigger your pipeline or send a message to SQS directly
  1. You will see your message in the queue after you send it
notion image
⚠️
Be careful that if there is any other consumer, you will not receive messages here.

Related Articles