From e958d7b029d14c6c7a3fda88b4e96174639c0d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Falc=C3=A3o?= Date: Thu, 9 Jan 2025 05:45:08 -0300 Subject: [PATCH] docs(community): data masking blog post (#5831) Co-authored-by: Ana Falcao Co-authored-by: Leandro Damascena --- 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