Search code examples
amazon-web-servicesamazon-s3amazon-sqs

s3 - file uploaded - message in multiple sqs queues


i want to be notified when file is uploaded to my s3 bucket. I know I can have sqs message or sns notification. What I need is a message send to multiple sqs queues. Is it possible?


Solution

  • You can configure a SNS topic which will get the message when there is a upload to s3 bucket.
    Then subscribe all the SQS queues to that SNS topic. See this.