dherault / dherault/serverless-offline

Python handle base64 encoded binary response from aws lambda function

Open
#1,712 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.