Apigateway Quickstart
Event handler and router for Amazon APIGateway REST & GraphQL, allowing you to take advantage of procesing all api
requests in one lambda.
Features
- Configurable router based on 3 common routing patterns
- Built-in request validation using standard OpenAPI schema
- Easily validate request in modular and declarative way without any additional code
- Able to easily extend with custom middleware at both app and per-endpoint levels
- Support for CORS, binary and Gzip compression
Installation
| $ pip install acai_aws
# pipenv install acai_aws
# poetry add acai_aws
|
Minimal Setup
After installation, create a handler file and configure the AWS lambda to use that file as its handler.
For the full set of configurations, please review the full list of configurations found router setup page.