aws-cloudformation / aws-cloudformation/cloudformation-cli-go-plugin
Resource Identifier Utils Module
Open
enhancement
selected
- Dominant language
- Go
- Stars
- 53
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
We need a module to generate a good unique resource identifier with the following naming convention `stackName-logicalId-Hash`;
To achieve necessary randomization we should also include `ClientRequestToken` into the event;
Similar PRs:
[Java Plugin](https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/commit/953665c7e844615447e16840e8e93338068c1080)
[Python Plugin](https://github.com/aws-cloudformation/cloudformation-cli-python-plugin/commit/2306d7e9792a35791c293195e8ce99ead9e9b09d)
Contributor guide
Assessment
This issue has not been assessed yet.