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
The **Amazon SNS Extended Client Library for Java** enables you to publish messages that are greater than the current SNS limit of 256 KB, up to a maximum of 2 GB.
4
+
It saves the actual payload in S3 and publish the reference of S3 object to topic. Subscribed SQS queues can use SQSExtendedClient to get the payload from S3.
4
5
5
-
Be sure to:
6
+
You can download release builds through the [releases section of this](https://github.com/awslabs/amazon-sns-java-extended-client-lib) project.
6
7
7
-
* Change the title in this README
8
-
* Edit your repository description on GitHub
8
+
For more information on using the amazon-sns-java-extended-client-lib, see our getting started guide [here](blog post url will be added here).
9
9
10
-
## License
10
+
## Getting Started
11
11
12
-
This project is licensed under the Apache-2.0 License.
12
+
***Sign up for AWS** -- Before you begin, you need an AWS account. For more information about creating an AWS account , see [create and activate aws account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/).
13
+
***Minimum requirements** Java 8 (or later) and [Maven 3](http://maven.apache.org/).
14
+
***Download** -- Download the [latest preview release](https://github.com/awslabs/amazon-sns-java-extended-client-lib/releases) or pick it up from Maven:
15
+
```xml
16
+
<dependency>
17
+
<groupId>software.amazon.sns</groupId>
18
+
<artifactId>sns-extended-client</artifactId>
19
+
<version>1.0.0</version>
20
+
<type>jar</type>
21
+
</dependency>
22
+
```
23
+
***Further information about Amazon SNS** - Read the [API documentation](http://aws.amazon.com/documentation/sns/).
24
+
25
+
## Contribution
26
+
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
13
27
28
+
## License
29
+
This project is licensed under the Apache-2.0 License.
0 commit comments