Skip to content

Commit 1b9459e

Browse files
authored
docs(i-made-this): added new article on idempotency (#2582)
1 parent 37f1480 commit 1b9459e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/we_made_this.md

+8
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ This article outlines the importance of idempotency, key considerations and trad
8686

8787
* [Idempotency the right way](https://engineering.cloudflight.io/idempotency-the-right-way){target="_blank"}
8888

89+
### Implementing Idempotency in Serverless Architectures
90+
91+
> **Author: [Seongwoo Choi](https://www.linkedin.com/in/%EC%84%B1%EC%9A%B0-%EC%B5%9C-44b12b1ab/){target="_blank"}** :material-linkedin:
92+
93+
This blog post focuses on the importance of idempotency in distributed services and explores streamlined idempotent request flows. It provides guidance on idempotency tests using duplicate requests.
94+
95+
* [Implementing Idempotency in Serverless Architectures](https://medium.com/@nuatmochoi/implementing-idempotency-in-serverless-architectures-f9079ef1c7da){target="_blank"}
96+
8997
## Videos
9098

9199
#### Building a resilient input handling with Parser

0 commit comments

Comments
 (0)