From 7c08e63d79ad3f6e1b9c765924b51089d37b592e Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Sat, 18 May 2019 14:19:50 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7a679d6b..97edaa73 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ -# aws-lambda-go - -Libraries, samples, and tools to help Go developers develop AWS Lambda functions. - -To learn more about writing AWS Lambda functions in Go, go to [the official documentation](https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model.html) - +# AWS Lambda for Go [![GoDoc][1]][2] -[![GoCard][3]][4] [![Build Status][5]][6] +[![GoCard][3]][4] [![codecov][7]][8] [1]: https://godoc.org/github.com/aws/aws-lambda-go?status.svg @@ -18,6 +13,10 @@ To learn more about writing AWS Lambda functions in Go, go to [the official docu [7]: https://codecov.io/gh/aws/aws-lambda-go/branch/master/graph/badge.svg [8]: https://codecov.io/gh/aws/aws-lambda-go +Libraries, samples, and tools to help Go developers develop AWS Lambda functions. + +To learn more about writing AWS Lambda functions in Go, go to [the official documentation](https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model.html) + # Getting Started ``` Go