From 116608369c0aa6c45c6446785f23b92b7010fceb Mon Sep 17 00:00:00 2001 From: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:40:42 +0300 Subject: [PATCH 1/2] docs: Update we_made_this.md Signed-off-by: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> --- docs/we_made_this.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 50511a79a42..6b7fa525773 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -37,6 +37,8 @@ A collection of articles explaining in detail how Lambda Powertools helps with a * [Serverless API Idempotency with AWS Lambda Powertools and CDK](https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk){:target="_blank"} +* [Effective Amazon SQS Batch Handling with AWS Lambda Powertools](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"} + ### Making all your APIs idempotent > **Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank"}** :material-twitter: From 7270c1c102ab568ac1f8e37a04cad9a0c572495f Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Mon, 24 Jul 2023 12:04:32 +0200 Subject: [PATCH 2/2] chore: use correct branding name Signed-off-by: Heitor Lessa --- docs/we_made_this.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 6b7fa525773..307d3258015 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -37,7 +37,7 @@ A collection of articles explaining in detail how Lambda Powertools helps with a * [Serverless API Idempotency with AWS Lambda Powertools and CDK](https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk){:target="_blank"} -* [Effective Amazon SQS Batch Handling with AWS Lambda Powertools](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"} +* [Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)(https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"} ### Making all your APIs idempotent