From 71abf0181e0f01677386877270a29479933ad706 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Thu, 8 Jun 2023 15:18:34 +0200 Subject: [PATCH] docs(community): new article about idempotency design --- 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 f160b30e39c..13dff74a7c7 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -76,6 +76,14 @@ This article walks through how CyberArk uses Powertools to implement Feature Fla * [aws.amazon.com/blogs/mt/how-cyberark-implements-feature-flags-with-aws-appconfig](https://aws.amazon.com/blogs/mt/how-cyberark-implements-feature-flags-with-aws-appconfig){target="_blank"} +### Designing for Idempotency + +> **Author: [Valentin Dreismann](linkedin.com/in/valentin-dreismann-69694b16a){target="_blank"}** :material-linkedin: + +This article outlines the importance of idempotency, key considerations and trade-offs when implementing in your systems. + +* [Idempotency the right way](https://engineering.cloudflight.io/idempotency-the-right-way){target="_blank"} + ## Videos #### Building a resilient input handling with Parser