aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

Identifier Utils Module #126

Closed ammokhov closed 3 years ago

ammokhov commented 3 years ago

Issue #, if available:

Description of changes:

added identifier utils module that generates cfn compliant resource name stackName-logicalId-hash

Example: stack-name: my-custom-stack logical id: myresource

output: my-custom-stack-myresource-191b9b1a51f5

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jaymccon commented 3 years ago

would be nice to get a usage example added to handlers.py template