Skip to content

Commit 28ca40a

Browse files
authored
docs(we-made-this): add serverless transactional message app (#2182)
1 parent 2be654c commit 28ca40a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/we_made_this.md

+10
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,13 @@ This repository provides a working, deployable, open source based, AWS Lambda ha
133133
This handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler. It uses many of the AWS Lambda Powertools utilities for Python.
134134

135135
:material-github: [github.com/ran-isenberg/aws-lambda-handler-cookbook](https://github.com/ran-isenberg/aws-lambda-handler-cookbook){:target="_blank"}
136+
137+
### Serverless Transactional Message App
138+
139+
> **Author: [Santiago Garcia Arango](mailto:[email protected]) [:material-web:](https://san99tiago.com/){target="_blank"} [:material-linkedin:](https://www.linkedin.com/in/san99tiago/){target="_blank"}**
140+
141+
This repository contains a well documented example of a Transactional Messages App that illustrates how to use Lambda PowerTools to process SQS messages in batches (with IaC on top of CDK).
142+
143+
It uses LambdaPowerTools Logger, Tracing, DataClasses and includes unit tests.
144+
145+
:material-github: [github.com/san99tiago/aws-cdk-transactional-messages](https://github.com/san99tiago/aws-cdk-transactional-messages){:target="_blank"}

0 commit comments

Comments
 (0)