aspecto-io / sns-sqs-big-payload

Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.
Apache License 2.0
50 stars 17 forks source link

fix: use correct schema for extended lib compatibility #43

Closed onderceylan closed 2 years ago

onderceylan commented 2 years ago

Fixes S3 reference in the message body not matching with the JSON schema of the Amazon SQS Java Extended Client library.

fixes #42 #19

YanivD commented 2 years ago

@onderceylan Thank you for opening a PR and making the effort. I'll review it in the following days