aws snssqs updates cert test readme

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
This commit is contained in:
Roberto J Rojas 2023-01-24 22:08:02 -05:00
parent 347692db94
commit c7730b007f
1 changed files with 5 additions and 0 deletions

View File

@ -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.