Amazon SNS
This is incorrect. Amazon SNS is a Pub/Sub service that immediately pushes generated messages to multiple subscribers.
It does not have the queue behavior of holding messages until the receiver is ready to consume them at its own pace, so Amazon SQS is the appropriate service for this requirement.