Skip to content

Commit 70fb61f

Browse files
authored
Apply suggestions from code review
1 parent 57bdd77 commit 70fb61f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/utilities/large_messages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ using the `deleteObject(bucket, key)` API. You can disable the deletion of S3 ob
337337
You can add both the `@LargeMessage` and `@Idempotent` annotations, in any order, to the same method.
338338
The `@Idempotent` takes precedence over the `@LargeMessage` annotation.
339339
It means Idempotency module will use the initial raw message (containing the S3 pointer) and not the large message.
340-
Using the large message would end up with potential issues when inserting the data in DynamoDB, where items
341-
are limited to 400 KB (while large messages can be up to 2 GB).
342340

343341
```java hl_lines="6 23-25" title="Combining idempotency and large message modules"
344342
public class SqsBatchHandler implements RequestHandler<SQSEvent, SQSBatchResponse> {

0 commit comments

Comments
 (0)