File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 27
27
* Python (Python 2.7)
28
28
* Java (Java 8)
29
29
* .NET Core 1.0.1 (C#)
30
+ * Go (1.x)
30
31
31
32
### AWS Lambda Documentation
32
33
* [ AWS Lambda Documentation] ( https://aws.amazon.com/documentation/lambda/ )
79
80
#### Tools
80
81
* [ ** aws-lambda-debugger** - Remote debugging tool for Lambda functions running on Node 6.10] ( https://github.com/trek10inc/aws-lambda-debugger )
81
82
* [ ** 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 )
82
84
* [ ** grunt-aws-lambda** - A grunt plugin to assist in developing functions for AWS Lambda.] ( https://github.com/Tim-B/grunt-aws-lambda )
83
85
* [ ** node-aws-lambda** - A module help you automate AWS lambda function deployment.] ( https://github.com/ThoughtWorksStudios/node-aws-lambda )
84
86
* [ ** node-lambda** - Command line tool to locally run and deploy your node.js application to Amazon Lambda.] ( https://github.com/motdotla/node-lambda )
85
87
* [ ** 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 )
86
89
87
90
#### Frameworks
88
91
* [ ** Serveless** - The serverless application framework] ( https://github.com/serverless/serverless )
You can’t perform that action at this time.
0 commit comments