v1.1.0 (Enabled SQS-batch messages processing)
Serverless AWS architecture to simulate the processing of transactional "messages".
New Features
- Updated Lambda Function
./lambda/src/lambda_function.py
to include SQS-batch processing functionalities with LambaPowerTools helpers. - Updated Unit Tests to support new Batch processing.
- Updated
./cdk/stacks/cdk_api_gateway_sqs_lambda.py
to supportreport_batch_item_failures
for SQS batch messsages processing.
Thanks
Thanks to @heitorlessa for the guidance related to this Issue at LambaPowerTools repository: aws-powertools/powertools-lambda-python#2180