All Projects → rakyll → Golambda

rakyll / Golambda

Licence: apache-2.0
AWS Lambda Go functions made easy...

Programming Languages

go
31211 projects - #10 most used programming language

golambda

AWS Lambda Go functions made easy...

golambda allows you to build and deploy Lambda function in Go easily.

Installation

$ go get github.com/rakyll/golambda

Usage

The following command will build a zip file (main.zip) with the Go binary.

$ golambda build

Create a Lambda function from a zip file:

# by default, it uploads ./main.zip.
$ golambda create -name helloworld -role arn:aws:iam::951969755123:role/lamda

Update and publish a Lambda function:

# by default, it uploads ./main.zip.
$ golambda update -name helloworld

Note: This is a personal project and is not officially supported.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].