Skip to content

Commit cc86d01

Browse files
authored
Merge pull request danteata#9 from imdario/patch-1
Some love for Go
2 parents 42008ee + cc577db commit cc86d01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* Python (Python 2.7)
2828
* Java (Java 8)
2929
* .NET Core 1.0.1 (C#)
30+
* Go (1.x)
3031

3132
### AWS Lambda Documentation
3233
* [AWS Lambda Documentation](https://aws.amazon.com/documentation/lambda/)
@@ -79,10 +80,12 @@
7980
#### Tools
8081
* [**aws-lambda-debugger** - Remote debugging tool for Lambda functions running on Node 6.10](https://github.com/trek10inc/aws-lambda-debugger)
8182
* [**aws-lambda-plugin** - Jenkins plugin for AWS Lambda deployment](https://github.com/jenkinsci/aws-lambda-plugin)
83+
* [**aws-lambda-go** - Libraries, samples and tools to help Go developers develop AWS Lambda functions](https://github.com/aws/aws-lambda-go)
8284
* [**grunt-aws-lambda** - A grunt plugin to assist in developing functions for AWS Lambda.](https://github.com/Tim-B/grunt-aws-lambda)
8385
* [**node-aws-lambda** - A module help you automate AWS lambda function deployment.](https://github.com/ThoughtWorksStudios/node-aws-lambda)
8486
* [**node-lambda** - Command line tool to locally run and deploy your node.js application to Amazon Lambda.](https://github.com/motdotla/node-lambda)
8587
* [**emulambda** - Python emulator for AWS Lambda.](https://github.com/fugue/emulambda)
88+
* [**gluo** - Write your Go net/http server once, deploy it everywhere (on-premise & AWS Lambda supported)](https://github.com/imdario/gluo)
8689

8790
#### Frameworks
8891
* [**Serveless** - The serverless application framework](https://github.com/serverless/serverless)

0 commit comments

Comments
 (0)