Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve type annotation for CustomResource properties
My team just went on quite the adventure trying to figure out why JSON `false` values where getting converted to `"false"`. It would have e been really nice if cdk's typing could have prevented that bug in the first place. (It would be even nicer if the underlying CloudFormation bug were fixed, but this is better than nothing)
- Loading branch information