awsgi
awsgi copied to clipboard
A WSGI gateway for the AWS API Gateway/Lambda proxy integration
Hi - great library! Any way to get it working with flask_compress? ``` #!/usr/bin/env python import awsgi from flask import Flask from flask import jsonify from flask_compress import Compress app...
Elastic Load Balancing supports Multi Value Headers under different keys ```json { "requestContext": { "elb": { "targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:0123456789:targetgroup/spam/eggs" } }, "httpMethod": "GET", "path": "/", "multiValueQueryStringParameters": {}, "multiValueHeaders": { "user-agent": [...