Is a manage layer implementation for AWS Lambda functions using API Gateway v1 or v2.
It provides a way to use go base http.Handler instances to manage all needed HTTP paths on the same lambda.
- Go >= 1.20
go get github.com/danteay/lamway
- Based on apex/gateway