2018-07-25 22:28:26 +00:00
# lambdarouter
[![GoDoc Reference ](https://godoc.org/github.com/mitchelljfs/lambdarouter?status.svg )](https://godoc.org/github.com/mitchelljfs/lambdarouter)
[![Build Status ](https://travis-ci.org/mitchelljfs/lambdarouter.svg?branch=master )](https://travis-ci.org/mitchelljfs/lambdarouter)
2018-07-26 01:53:26 +00:00
[![Test Coverage ](https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage )](https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage)
[![Maintainability ](https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability )](https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability)
2018-07-25 22:28:26 +00:00
[![Go Report Card ](https://goreportcard.com/badge/github.com/mitchelljfs/lambdarouter )](https://goreportcard.com/report/github.com/mitchelljfs/lambdarouter)
2018-07-13 21:12:31 +00:00
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.
2018-07-14 22:28:11 +00:00
So far it includes functionality for API Gateway. Check out the GoDoc Reference to see how to instantiate a router and
create endpoints.