adamchainz / apig-wsgi

Wrap a WSGI application in an AWS Lambda handler function for running on API Gateway or an ALB.
MIT License
161 stars 21 forks source link

adds other compression types of encoding #496

Open zguillen opened 4 months ago

zguillen commented 4 months ago

The dash app we used apig-wsgi to deploy to lambda had flask_compress enabled in the app which was using br encoding which wasn't being caught in the _should_send_binary.