amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

Lambda client only supports JSON? #30

Open nullfox opened 7 years ago

nullfox commented 7 years ago

I'm trying to integrate the Lambda client into a project where my lambda function on invocation returns binary data, in this case PDF.

From what I can tell it looks like the native code supporting the Lambda client only supports JSON. Is that correct?

appwiz commented 7 years ago

Yes, that is correct.