Open estahn opened 7 years ago
Have you tried using ::
in a custom name? A while back it didn't work. Still in their docs: Custom resource type names can include alphanumeric characters and the following characters: _@-.
The -
is an option I've used: Route53-HostedZone
I can try a test later, but interested if you have it working already.
I would like to see support for resource namespaces similar to what Cloudformation has, e.g.
Custom::Route53::HostedZone
. This should be mapped to the folderlib/resources/Route53/HostedZone
.