modulepackage
0.0.0-20241215040520-f89c227eb8c3
Repository: https://github.com/ahamlinman/hfc.git
Documentation: pkg.go.dev
# README
hfc: Helper for CloudFormation
hfc is a strongly opinionated tool to deploy Go applications that meet very specific requirements with AWS CloudFormation. It is made public for the sake of other personal projects that rely on this specific workflow, as an improvement over copy-pasting a shell script between multiple projects.
I do not recommend hfc for general use. Try AWS SAM instead, and see the go-al2 example in particular.