Skip to content

Commit 173f775

Browse files
docs(idempotency): add IAM permissions section (#1902)
1 parent aca5ff1 commit 173f775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docs/utilities/idempotency.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ times with the same parameters**. This makes idempotent operations safe to retry
2626

2727
## Getting started
2828

29+
### IAM Permissions
30+
31+
Your Lambda function IAM Role must have `dynamodb:GetItem`, `dynamodb:PutItem`, `dynamodb:UpdateItem` and `dynamodb:DeleteItem` IAM permissions before using this feature.
32+
33+
???+ note
34+
If you're using our example [AWS Serverless Application Model (SAM)](#required-resources), it already adds the required permissions.
35+
2936
### Required resources
3037

3138
Before getting started, you need to create a persistent storage layer where the idempotency utility can store its state - your lambda functions will need read and write access to it.

0 commit comments

Comments
 (0)