How to monitor and debug 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

Related Articles