Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 627 Bytes

Lamway

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.

Requirements

  • Go >= 1.20

Installation

go get github.com/danteay/lamway

Example

Credits