lambda

command
v0.0.0-...-398ab30 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2025 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