cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

Feature request: register-type under a different name

Open elruwen opened this issue 3 years ago • 0 comments

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

elruwen avatar Sep 28 '22 05:09 elruwen