You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **This is an experimental example. It may not build out of the box**
7
8
>
8
-
> This examples is built on Construct Libraries marked "Experimental" and may not be updated for latest breaking changes.
9
+
> This example is built on Construct Libraries marked "Developer Preview" and may not be updated for latest breaking changes.
9
10
>
10
-
> It additionally requires infrastructure prerequisites that must be created before successful build.
11
+
> It may additionally requires infrastructure prerequisites that must be created before successful build.
11
12
>
12
13
> If build is unsuccessful, please create an [issue](https://github.com/aws-samples/aws-cdk-examples/issues/new) so that we may debug the problem
13
-
14
14
---
15
15
<!--END STABILITY BANNER-->
16
16
This example demonstrates how to set up an Amazon MQ RabbitMQ cluster, integrate it with AWS Lambda for message processing,
@@ -46,6 +46,11 @@ This script connects to the RabbitMQ broker using the provided credentials and p
46
46
After running the producer.py script, you can check the CloudWatch Log Group for your Lambda function to see the output from [consumer.js](lambda/consumer.js).
47
47
The [consumer.js](lambda/consumer.js) file includes an example output that shows the details of the received messages, including their Base64-encoded data.
48
48
49
+
Additionally, you can check the RabbitMQ management console to see the three messages that were published by producer.py
50
+
and consumed by the Lambda function, similar to the picture below.
0 commit comments