This Go package contains an HTTP (AWS API Gateway) router for use in an AWS Lambda function.
Go to file
mitchelljfs 9d99bce47e Merge branch 'master' of https://github.com/mitchelljfs/lambdarouter 2018-07-14 11:32:30 -07:00
.gitignore Initial commit of lambdarouter package including first iteration created; no docs; no tests as of yet 2018-07-13 14:12:31 -07:00
Gopkg.lock Initial commit of lambdarouter package including first iteration created; no docs; no tests as of yet 2018-07-13 14:12:31 -07:00
Gopkg.toml Initial commit of lambdarouter package including first iteration created; no docs; no tests as of yet 2018-07-13 14:12:31 -07:00
LICENSE Create LICENSE file 2018-07-13 14:24:03 -07:00
README.md Initial commit of lambdarouter package including first iteration created; no docs; no tests as of yet 2018-07-13 14:12:31 -07:00
router.go Unexported method consts; fixed claims type 2018-07-14 11:32:18 -07:00

README.md

lambdarouter

This package will become a fully featured AWS Lambda function router, able to respond to HTTP, Schedule, Cognito, and SNS events. It will also support middleware interfacing.