Overview of the HTTP API Event Handler
mainThe HTTP API event handler is a utility designed to build HTTP APIs within AWS Lambda. It provides lightweight routing to reduce boilerplate code for several AWS trigger sources, including:
- Amazon API Gateway (REST and HTTP APIs)
- Application Load Balancer (ALB)
- Lambda Function URLs
It features a built-in middleware engine for request/response transformation and validation, and is flexible enough to support both micro-functions (handling one or a few routes) and monolithic functions.