You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/idempotency.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ Resources:
156
156
!!! info "Info: DynamoDB"
157
157
Each function invocation will generally make 1 request to DynamoDB. If the
158
158
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
0 commit comments