|
{{ name|uppercase_first_letter }} {{ type|translate_type }} `json:",omitempty"` |
As the provided regex below supports lower case letters we should include the json name tags.
https://github.com/aws-cloudformation/cloudformation-cli/blob/04ead469a37db6d0efdb357d8fa66fd84e0f1c09/src/rpdk/core/data/schema/provider.definition.schema.v1.json#L316
Also it will help if we are going to rename it in the struct {{ name|uppercase_first_letter }}
cloudformation-cli-go-plugin/python/rpdk/go/templates/types.go.tple
Line 15 in f7249d1
As the provided regex below supports lower case letters we should include the json name tags.
https://github.com/aws-cloudformation/cloudformation-cli/blob/04ead469a37db6d0efdb357d8fa66fd84e0f1c09/src/rpdk/core/data/schema/provider.definition.schema.v1.json#L316
Also it will help if we are going to rename it in the struct
{{ name|uppercase_first_letter }}