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

Lambda usage is broken #22

Open mzahor opened 3 years ago

mzahor commented 3 years ago

I've created this issue as a general one for lambda issues. Since we don't use lambda mode in our organization, it was never properly tested. I think, the main 2 issues are lowercased keys and error handling. Lowercased keys can be fixed by an additional callback. Error handling is a matter of documentation. We may not have spare time to fix this in the nearest future, but we'll gladly accept a PR.

15 #17 #16