From 79e66eef59b95375c2ef126aaf7db6e50c00f8f2 Mon Sep 17 00:00:00 2001 From: Ana Falcao Date: Mon, 6 Jan 2025 10:36:40 -0300 Subject: [PATCH] docs(community): data masking blog post --- docs/we_made_this.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index a28adc4b251..409e7f828ba 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -126,6 +126,15 @@ This article will walk you through using Powertools for AWS Lambda to optimize y [Streaming data with AWS Lambda & Powertools for AWS Lambda](https://towardsdev.com/streaming-data-with-aws-lambda-5f0e81f854cd){target="_blank" rel="nofollow"} +### Simplified Data Masking in AWS Lambda with Powertools + +Learn to implement data masking in AWS Lambda with Powertools, protecting sensitive data in healthcare and finance while ensuring compliance with HIPAA and PCI-DSS regulations. + +> **Author: [Avinash Dalvi](https://www.linkedin.com/in/avinash-dalvi-315b021a/){target="_blank" rel="nofollow"}** :material-linkedin: + +[Simplified Data Masking in AWS Lambda with Powertools](https://www.internetkatta.com/simplified-data-masking-in-aws-lambda-with-powertool){target="_blank" rel="nofollow"} + + ## Videos #### Building a resilient input handling with Parser