aws-cloudformation / aws-cloudformation/cloudformation-cli-typescript-plugin
Improve error message for immutable desired state
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
If you try to change a property of the desired state (which is immutable), you will get the following JavaScript default message:
> Cannot assign to read only property 'arn' of object '#'
We should tell the developer to instantiate a new Resource Model, instead.
Contributor guide
Assessment
This issue has not been assessed yet.