handler

command
v0.0.0-...-c6c4078 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

README

Handler

The handler is designed to be deployed as an AWS lambda to apply transformations to a task definition.

Build

The handler uses goreleaser for builds and releases. The defintion can be found in runtimes/cloudformation/.goreleaser.yml.

Note to build the FIPS variant, you need to have zig installed.

$ cd runtimes/cloudformation
$ GORELEASER_CURRENT_TAG=0.0.1 goreleaser build --skip=validate --clean
...
$ ls -R dist/
dist/:
artifacts.json  config.yaml  handler  metadata.json

dist/handler:
handler-fips-linux-amd64  handler-fips-linux-arm64  handler-linux-amd64  handler-linux-arm64

Test

$ cd runtimes/cloudformation
$ go test -race -mod=readonly ./...

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