A Primer on Idempotence for AWS Serverless Architecture
Briefly

Idempotence, also called idempotency, is a fundamental principle that is pivotal in ensuring software systems' predictability, reliability, and consistency.
Idempotency is a property of a function or operation in which applying it multiple times has the same result as applying it once.
Read at InfoQ
[
]
[
|
]