Tags: awslabs/amazon-sns-java-extended-client-lib
Tags
Bump payloadoffloading-common version from 1.1.0 to 1.1.1. (#10) This bumping will help the customers to configure the s3 key values while publishing the request. So that cutomers can store publish request at the location/s3 key passed in the publish request. Co-authored-by: Ramesh Bugatha <bugatha@amazon.com>
Updated README (#2) * Version 1.0.0 of the SNSExtendedClient * Fixed wrong comment * using SQSExtendedClientConstants * using SQSExtendedClientConstants * Update README.md * update pom.xml to disable the strict javadoc checking * add <packaging>jar</packaging> to pom.xml * New and re-worked sections Re-ordered sections Added S3 storage configuration options Added SNS to SQS code sample * Addressing code review feedback * Missing Publish methods added to AmazonSNSExtendedClient * publish(String, String, String) removed, some unit tests modified to use publish(String, String) * updated with most recent example * sample with larger threshold * Update README.md Addressed latest comments Co-authored-by: Fatemeh Rizi <rizifate@amazon.com>