golambda

command module
v0.0.0-...-fe7f934 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL