cdklabs / cdklabs/cdk-cloudformation
Code generated for modules is incorrect
Open
- Dominant language
- TypeScript
- Stars
- 66
- Forks
- 5
- Avg merge
- 7d 43m
- Merged PRs (30d)
- 1
Description
The properties that are generated for modules uses the root schema of the module, instead of the schema for its `Parameters`. For example:

Looking at the example template advertised by CloudFormation:

Which means that these are the properties we should be exposing, and not `parameters` and `resources`.
Contributor guide
Assessment
This issue has not been assessed yet.