aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

Support Hooks #202

Open x6j8x opened 2 years ago

x6j8x commented 2 years ago

tldr;

Support writing Hooks in Go - https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/hooks.html

anderseknert commented 2 years ago

Yeah, really confusing how cfn init provides go as an alternative for the hook option, and then goes on to render code that can't be used for that purpose.