asynchronous-messaging-workshop
asynchronous-messaging-workshop copied to clipboard
The Asynchronous Messaging Workshop is a collection of individual labs covering different aspects and patterns of asynchronous messaging.
***Issue #, if available:*** N/A ***Description of changes:*** Removing workshop directory. This is now managed by AWS Workshop Studio platform. The workshop URL https://async-messaging.workshop.aws/ now resolves to https://catalog.us-east-1.prod.workshops.aws/workshops/e8738cf6-6eb0-4d1d-9e98-ae240d229535/en-US Thank you...
Use return address in scatter-gather lab in order to decouple the subscriber components from the response queue *Issue #, if available:* *Description of changes:* By submitting this pull request, I...
I followed instructions on: https://async-messaging.workshop.aws/prerequisites/prerequisites-2/prerequisites-2.html I tried to run: ``` cd ~/environment/wild-rydes-async-messaging/code/lab-0 chmod +x configureCloud9.sh ./configureCloud9.sh ``` however I ran into 2 issues: 1) the folder did not exist 2)...
In the following lab-2 guide: https://async-messaging.workshop.aws/topic-queue-chaining-and-load-balancer/test-topic-queue-chaining-and-load-balancer/test-topic-queue-chaining-and-load-balancing.html#3-validate-the-message-reception It reports: > You should also see some log entries, indicating a failed message processing. Shortly after, you should see the message redelivery from...
In `/scatter-gather.html`, the endpoint `submit-ride-completion` is written right to the mobile icon. Shouldn't a reference to RequestForQuotesService and QueryForQuotesService be written here?
Clean-up instruction for “Console-way” is incomplete and will result in CloudFormation stack deletion failure. I believe similar issues has been fixed in lab-1 – not sure why those changes are...
it might be nice to point the user to a few more places the use can see their data (like Dynamo) 
*Issue #, if available:* N/A *Description of changes:* The `Events` block of the `CustomerAccountingService` resource is incorrectly indented. Therefore, I commented out the section and deployed the Lambda function, but...