Skip to main content

WSGI adapter for AWS API Gateway/Lambda Proxy Integration

Project description

AWSGI allows you to use WSGI-compatible middleware and frameworks like Flask and Django with the AWS API Gateway/Lambda proxy integration.

Installation

awsgi is available from PyPI as aws-wsgi:

pip install aws-wsgi

Example

import awsgi
from flask import (
    Flask,
    jsonify,
)

app = Flask(__name__)


@app.route('/')
def index():
    return jsonify(status=200, message='OK')


def lambda_handler(event, context):
    return awsgi.response(app, event, context, base64_content_types={"image/png"})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-wsgi-0.2.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_wsgi-0.2.1-py2.py3-none-any.whl (4.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file aws-wsgi-0.2.1.tar.gz.

File metadata

  • Download URL: aws-wsgi-0.2.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.15

File hashes

Hashes for aws-wsgi-0.2.1.tar.gz
Algorithm Hash digest
SHA256 529abbc755e4c173177ca255f6297a0e050dd35afceea25a5ab0e2993b6623db
MD5 f1825e7753a8747e2694207278c11c1d
BLAKE2b-256 ee611a282c85b6c589f4209926efbdf809b333654f51a7e81aee1c850ed3d53f

See more details on using hashes here.

File details

Details for the file aws_wsgi-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: aws_wsgi-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.15

File hashes

Hashes for aws_wsgi-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 76621f21bd165c77d0a59b6161c295ed6f68cada2cdfb95e3b5f91a3e1248cb9
MD5 e29122c9cdec28aef0c3b3c050bf4da7
BLAKE2b-256 c4a4ad99c2f1ef032e518573dd500256bf72f06c47d5ae7652a142dba4473c44

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page