mirror of
https://github.com/mitchell/lambdarouter.git
synced 2025-12-17 05:57:22 +00:00
This Go package contains an HTTP (AWS API Gateway) router for use in an AWS Lambda function.
| .gitignore | ||
| .travis.yml | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| README.md | ||
| router.go | ||
| router_test.go | ||
lambdarouter
So far this package can create a router and routes whose execution utilizes a middleware context pattern, all in one Golang Lambda function. It has full test coverage, and is currently deployed in numerous services where I am employed. Check out the GoDoc Reference to see how to instantiate a router and create endpoints.