cloudformation-cli
cloudformation-cli copied to clipboard
Feature request: register-type under a different name
Hi!
When I use aws cloudformation register-type --type-name My::Resource::Test --schema-handler-package ... then the type-name needs to match the name in the schema handler package. While that is useful to find typos and such, it makes testing harder.
I would like to add to my type-name something like a build number so I can run multiple builds in parallel which deploy my resource and test it without interfering with each other. Maybe we can add another flag --allow-type-name-mismach?
Cheers Ruwen