From 4c036ab57963b0a01c3c13fa7113237d1b594e65 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Sat, 14 Jul 2018 15:28:11 -0700 Subject: [PATCH] Changes to the README [ci skip] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a116e47..5e0469c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# lambdarouter +# 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) [![Coverage Status](https://coveralls.io/repos/github/mitchelljfs/lambdarouter/badge.svg?branch=master)](https://coveralls.io/github/mitchelljfs/lambdarouter?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/mitchelljfs/lambdarouter)](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.