# This file is autogenerated, do not edit;
# changes will be undone by the next 'generate' command.

.PHONY: build
build:
	cfn generate
	env GOOS=linux go build -ldflags="-s -w" -tags="$(TAGS)" -o bin/handler cmd/main.go
