I started using CloudFormation Modules in my templates as a way to promote reuse and company best practices. I created a couple of modules as a proof-of-concept, which appeared in the CloudFormation Registry in AWS Console as expected.
The problem I'm having is that I would like to delete these test modules and build the real ones. I can't seem to find a way to do this, or even any documentation stating that it's not possible and why not. Is this possible, if so how?
The steps I ran to create/register the module are described here:
cfn init
cfn submit
aws cloudformation deregister-type --arn
https://github.com/aws-cloudformation/cloudformation-cli/issues/401