Updated README.md
This commit is contained in:
parent
ecdb0bed84
commit
83bb9a2aa1
|
@ -1,11 +1,8 @@
|
|||
# lambdarouter
|
||||
[](https://godoc.org/github.com/mitchelljfs/lambdarouter)
|
||||
[](https://travis-ci.org/mitchelljfs/lambdarouter)
|
||||
[](https://travis-ci.org/mitchell/lambdarouter)
|
||||
[](https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage)
|
||||
[](https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability)
|
||||
[](https://goreportcard.com/report/github.com/mitchelljfs/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.
|
||||
|
||||
So far it includes functionality for API Gateway. Check out the GoDoc Reference to see how to instantiate a router and
|
||||
create endpoints.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue