aws-sdk-react-native
aws-sdk-react-native copied to clipboard
Lambda client only supports JSON?
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?
Yes, that is correct.