|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
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](TBD). |
| 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/). |
6 | 6 |
|
7 | 7 | 
|
8 | 8 |
|
|
0 commit comments