Skip to content

Commit 0cb4604

Browse files
phipagsvozza
andauthored
Update docs/utilities/idempotency.md
Co-authored-by: Stefano Vozza <svozza@gmail.com>
1 parent 814be2a commit 0cb4604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Resources:
156156
!!! info "Info: DynamoDB"
157157
Each function invocation will generally make 1 request to DynamoDB. If the
158158
result returned by your Lambda is less than 1kb, you can expect 1 WCUs per invocation. For retried invocations, you will
159-
see 1WCU. In some cases, the utility might make 2 requests to DynamoDB in which case you will see 1RCU and 1WCU. Review the [DynamoDB pricing documentation](https://aws.amazon.com/dynamodb/pricing/) to
159+
see 1 WCU. In some cases, the utility might make 2 requests to DynamoDB in which case you will see 1 RCU and 1 WCU. Review the [DynamoDB pricing documentation](https://aws.amazon.com/dynamodb/pricing/) to
160160
estimate the cost.
161161
162162
### Basic usage

0 commit comments

Comments
 (0)