Skip to content

Commit 220b104

Browse files
scottgerringjeromevdl
authored andcommitted
chore: Start V2 branch (#1346)
* Initial commit * Add warning
1 parent c6932ae commit 220b104

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3
-5847
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Powertools for AWS Lambda (Java)
1+
# Powertools for AWS Lambda (Java) V2
2+
3+
**This is pre-release code for Powertools for AWS Lambda (Java) V2! Please check out the `main` branch for the stable release**
24

35
![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/aws-powertools/powertools-lambda-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent) [![codecov.io](https://codecov.io/github/aws-powertools/powertools-lambda-java/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/aws-powertools/powertools-lambda-java)
46

docs/utilities/large_messages.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ description: Utility
66
The large message utility handles SQS and SNS messages which have had their payloads
77
offloaded to S3 if they are larger than the maximum allowed size (256 KB).
88

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

1711
- Automatically retrieve the content of S3 objects when SQS or SNS messages have been offloaded to S3.

docs/utilities/sqs_batch.md

Lines changed: 0 additions & 489 deletions
This file was deleted.

docs/utilities/sqs_large_message_handling.md

Lines changed: 0 additions & 296 deletions
This file was deleted.

examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<module>powertools-examples-idempotency</module>
3636
<module>powertools-examples-parameters</module>
3737
<module>powertools-examples-serialization</module>
38-
<module>powertools-examples-sqs</module>
3938
<module>powertools-examples-batch</module>
4039
<module>powertools-examples-validation</module>
4140
<module>powertools-examples-cloudformation</module>

examples/powertools-examples-sqs/README.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)