cloudtools / cloudtools/troposphere
gen.py does not output a Resource when a property of the same name already exists
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
For example, in `lakeformation`, both `AWS::LakeFormation::Permissions.Resource` and `AWS::LakeFormation::Resource` exist.
Only `class Resource(AWSProperty)` is generated.
Is it possible to output both, and, what is a good way of generating distinct class names?
Contributor guide
Assessment
This issue has not been assessed yet.