awsgi icon indicating copy to clipboard operation
awsgi copied to clipboard

A WSGI gateway for the AWS API Gateway/Lambda proxy integration

Results 22 awsgi issues
Sort by recently updated
recently updated
newest added

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": [...

enhancement
help wanted