Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt authored May 18, 2019
1 parent 0523013 commit 7c08e63
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7c08e63

Please sign in to comment.