golang

command
v0.0.0-...-98b56bf Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2020 License: MIT Imports: 10 Imported by: 0

README

This version of the Lambda function is written in Golang. It works exactly the same as the Python version, except for building the package, which is done like so:

$ go build find-ami.go
$ zip find-ami.zip find-ami
$ aws --profile YOUR_PROFILE lambda create-function \
    --function-name find-ami --memory 128 --timeout 30 \
    --role arn:aws:iam::123456789012:role/find-ami-lambda-role \
    --runtime go1.x --zip-file fileb://./find-ami.zip \
    --handler find-ami

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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