Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 970a590

Browse files
committed
Update README
1 parent 250beff commit 970a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project is an example of one approach to invoking AWS Lambda from Queues and Topics managed by Amazon MQ brokers. This and other similar patterns can be useful in integrating legacy systems that leverage common APIs such as JMS with serverless architectures.
44

5-
Our solution makes use of AWS CloudWatch Events to trigger a Lambda function that polls for messages on a queue. Messages are then sent to a second Lambda function that writes the message to an Amazon DynamoDB table. Further details can be found in our accompanying [blog post](https://aws.amazon.com/blogs/compute/).
5+
Our solution makes use of AWS CloudWatch Events to trigger a Lambda function that polls for messages on a queue. Messages are then sent to a second Lambda function that writes the message to an Amazon DynamoDB table. Further details can be found in our accompanying [blog post](https://aws.amazon.com/blogs/compute/invoking-aws-lambda-from-amazon-mq/).
66

77
![Amazon MQ to Lambda Integration](amazonmq-invoke-lambda.png)
88

0 commit comments

Comments
 (0)