Library: improve debugging for untyped languages and incorrect naming #3061
Labels
enhancement
New feature or request
language/python
priority/important-longterm
Medium priority, to be worked on within the following 1-2 business quarters.
upstream/jsii
Pending upstream work on JSII
ux/debugging
Description
In languages like Python where there are no strong types users with invalid configuration (e.g. camel cased vs snake cased attribute keys) might not spot their mistake if they are new to CDKTF and perceive the behaviour as a bug.
We can (potentially) look out for some common mistakes like wrong casing, passing an array instead of an item of the list, etc and throw more helpful errors. This might need to be done in JSII
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: