diff --git a/tests/certification/pubsub/aws/snssqs/README.md b/tests/certification/pubsub/aws/snssqs/README.md index e120c4e6c..2c061d713 100644 --- a/tests/certification/pubsub/aws/snssqs/README.md +++ b/tests/certification/pubsub/aws/snssqs/README.md @@ -62,6 +62,11 @@ The purpose of this module is to provide tests that certify the AWS SNS/SQS Pubs - Subscriber 1 subscribes to 1 topic - Message are expected to arrive in order - Verify data with an optional parameters `sqsDeadLettersQueueName`, `messageRetryLimit`, and `messageReceiveLimit` takes affect (SNSSQSMessageDeadLetter) + - Run dapr application with 1 publisher, 2 subscriber, and 2 topics + - Publishers publishes to 1 topic + - Subscriber 1 subscribes to 1 topic and fails causing messages to go to deadletter queue + - Subscriber 2 subscribes to 2 topic connected to deadletter queue + - Message are expected to arrive from only from Subscriber 2 ### Running the tests This must be run in the GitHub Actions Workflow configured for test infrastructure setup.