From 783ebc6e2107025b3425e17857dfbf6b5aaee1da Mon Sep 17 00:00:00 2001 From: Amr Abed Date: Sun, 19 Apr 2026 14:01:22 -0400 Subject: [PATCH 1/3] Add blog post --- docs/we_made_this.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index b8a3445cc4f..01ce9946745 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -156,6 +156,14 @@ Learn to implement data masking in AWS Lambda with Powertools, protecting sensit [Simplified Data Masking in AWS Lambda with Powertools](https://www.internetkatta.com/simplified-data-masking-in-aws-lambda-with-powertool){target="_blank" rel="nofollow"} +### Stop Writing Lambda Boilerplate + +Introducing the [AWS Lambda Templates](https://github.com/amrabed/aws-lambda-templates){target="_blank"} repository — a collection of production-ready Python Lambda templates for Bedrock Agent, REST API, GraphQL, DynamoDB Stream, EventBridge, S3, and SQS scenarios, pre-wired with AWS Lambda Powertools, AWS CDK, Pydantic, and a robust testing infrastructure. + +> **Author: [Amr Abed :material-linkedin:](https://www.linkedin.com/in/amrabed){target="_blank" rel="nofollow"}** + +[Stop Writing Lambda Boilerplate](https://builder.aws.com/content/3CDoe07m8JBNTQyzcrYWTWkfNPz/stop-writing-lambda-boilerplate){target="_blank" rel="nofollow"} + ## Videos #### Building a resilient input handling with Parser From 11e47a0d9c455c15a7076d880b20eada0ef13990 Mon Sep 17 00:00:00 2001 From: Amr Abed Date: Sun, 19 Apr 2026 14:33:38 -0400 Subject: [PATCH 2/3] Add GitHub repository --- docs/we_made_this.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 01ce9946745..9be5971d74e 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -252,3 +252,11 @@ This repository contains a well documented example of a Transactional Messages A It uses Powertools for AWS Lambda Logger, Tracing, DataClasses and includes unit tests. :material-github: [github.com/san99tiago/aws-cdk-transactional-messages](https://github.com/san99tiago/aws-cdk-transactional-messages){:target="_blank"} + +### AWS Lambda Templates - Python + +> **Author: [Amr Abed :material-linkedin:](https://www.linkedin.com/in/amrabed){target="_blank"}** + +A collection of production-ready Python Lambda templates for Bedrock Agent, REST API, GraphQL, DynamoDB Stream, EventBridge, S3, and SQS scenarios, pre-wired with AWS Lambda Powertools, AWS CDK, Pydantic, and a robust testing infrastructure. + +:material-github: [github.com/amrabed/aws-lambda-templates](https://github.com/amrabed/aws-lambda-templates){target="_blank"} From 00fc5229062b8198769da39535157a481a84f63e Mon Sep 17 00:00:00 2001 From: Amr Abed Date: Sun, 19 Apr 2026 17:24:21 -0400 Subject: [PATCH 3/3] Address PR comments --- docs/we_made_this.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 9be5971d74e..07370d53d9e 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -156,9 +156,9 @@ Learn to implement data masking in AWS Lambda with Powertools, protecting sensit [Simplified Data Masking in AWS Lambda with Powertools](https://www.internetkatta.com/simplified-data-masking-in-aws-lambda-with-powertool){target="_blank" rel="nofollow"} -### Stop Writing Lambda Boilerplate +### Stop writing Lambda boilerplate -Introducing the [AWS Lambda Templates](https://github.com/amrabed/aws-lambda-templates){target="_blank"} repository — a collection of production-ready Python Lambda templates for Bedrock Agent, REST API, GraphQL, DynamoDB Stream, EventBridge, S3, and SQS scenarios, pre-wired with AWS Lambda Powertools, AWS CDK, Pydantic, and a robust testing infrastructure. +Introducing the [AWS Lambda Templates](https://github.com/amrabed/aws-lambda-templates){target="_blank"} repository — a collection of production-ready Python Lambda templates for Bedrock Agent, REST API, GraphQL, DynamoDB Stream, EventBridge, S3, and SQS scenarios, pre-wired with Powertools for AWS Lambda, AWS CDK, Pydantic, and a robust testing infrastructure. > **Author: [Amr Abed :material-linkedin:](https://www.linkedin.com/in/amrabed){target="_blank" rel="nofollow"}** @@ -252,11 +252,3 @@ This repository contains a well documented example of a Transactional Messages A It uses Powertools for AWS Lambda Logger, Tracing, DataClasses and includes unit tests. :material-github: [github.com/san99tiago/aws-cdk-transactional-messages](https://github.com/san99tiago/aws-cdk-transactional-messages){:target="_blank"} - -### AWS Lambda Templates - Python - -> **Author: [Amr Abed :material-linkedin:](https://www.linkedin.com/in/amrabed){target="_blank"}** - -A collection of production-ready Python Lambda templates for Bedrock Agent, REST API, GraphQL, DynamoDB Stream, EventBridge, S3, and SQS scenarios, pre-wired with AWS Lambda Powertools, AWS CDK, Pydantic, and a robust testing infrastructure. - -:material-github: [github.com/amrabed/aws-lambda-templates](https://github.com/amrabed/aws-lambda-templates){target="_blank"}