Skip to content

chore: Start V2 branch #1346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/utilities/large_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ description: Utility
The large message utility handles SQS and SNS messages which have had their payloads
offloaded to S3 if they are larger than the maximum allowed size (256 KB).

!!! Notice
The large message utility (available in the `powertools-sqs` module for versions v1.16.1 and earlier) is now deprecated
and replaced by the `powertools-large-messages` described in this page.
You can still get the documentation [here](sqs_large_message_handling.md)
and the migration guide [here](#migration-from-the-sqs-large-message-utility).

## Features

- Automatically retrieve the content of S3 objects when SQS or SNS messages have been offloaded to S3.
Expand Down
489 changes: 0 additions & 489 deletions docs/utilities/sqs_batch.md

This file was deleted.

296 changes: 0 additions & 296 deletions docs/utilities/sqs_large_message_handling.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<module>powertools-examples-idempotency</module>
<module>powertools-examples-parameters</module>
<module>powertools-examples-serialization</module>
<module>powertools-examples-sqs</module>
<module>powertools-examples-batch</module>
<module>powertools-examples-validation</module>
<module>powertools-examples-cloudformation</module>
Expand Down
56 changes: 0 additions & 56 deletions examples/powertools-examples-sqs/README.md

This file was deleted.

Loading