xp-forge / lambda-ws

AWS Lambda Webservices for the XP Framework
1 stars 0 forks source link

Encode binary responses using base 64 #5

Closed thekid closed 2 years ago

thekid commented 2 years ago

To handle binary payloads for AWS Lambda proxy integrations, you must base64-encode your function`s response

Quoting the AWS docs