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 type configuration #200

Closed wbingli closed 1 year ago

wbingli commented 2 years ago

Type configuration allows to configure a resource type such as credential and dynamic reference out of resource properties.

Java plugin has supported it: https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/pull/370

Need support it in Go plugin.

kddejong commented 1 year ago

This should be released and ready. Give it a try and let us know if you have any issues.