dherault / dherault/serverless-offline
Python handle base64 encoded binary response from aws lambda function
Open
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 811
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 3
Description
## Feature Request
Add support of base64 encoded binary response from aws python lambda function.
API Gateway will treat lambda-proxy responses with isBase64Encoded set
to true as binary as long as the mime-type matches one of the allowed binary types.
It would be great have Python lambdas to support base64 handling. At this point serverless-offline contains Base64 handling for JavaScript lambdas only.
**Sample Code**
- https://github.com/dherault/serverless-offline/pull/1678
Contributor guide
Assessment
This issue has not been assessed yet.