From 60a72c9ef7aeb1a2f1b5537f25723f8c6bf613bb Mon Sep 17 00:00:00 2001 From: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:49:48 +0300 Subject: [PATCH] [I Made This]: idempotency with cdk and powertools 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 47a9ae62e60..6e7f5c912e6 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -35,6 +35,8 @@ A collection of articles explaining in detail how Lambda Powertools helps with a * [Part 6 - Configuration & Feature Flags](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-part-6-feature-flags-configuration-best-practices){:target="_blank"} +* [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"} + ### Making all your APIs idempotent > **Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank"}** :material-twitter: