Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/we_made_this.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
leandrodamascena marked this conversation as resolved.
Outdated

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.
Comment thread
leandrodamascena marked this conversation as resolved.
Outdated

> **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
Expand Down Expand Up @@ -244,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"}
Comment thread
leandrodamascena marked this conversation as resolved.
Outdated
Loading