lambda

command
v0.0.0-...-0964be5 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MIT Imports: 9 Imported by: 0

README

AWS Lambda To Update Route53

This folder contains AWS Lambda in Go which updates Route53 on behalf of the calling client.

Creating a Deployment Package on Windows

To download the tool, run the following command:

go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip

Run commands in powershell:

$env:GOOS = "linux"
go build -o route53updater main.go
build-lambda-zip.exe -o ..\dist\lambda\route53updater.zip route53updater

Lambda package is create in dist folder which is used by the serverless deployment.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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