aws-cloudformation / aws-cloudformation/cloudformation-cli
Update contract test will generate update request without writeOnlyProperties
Open
contract tests
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
Update contract will use the create handler result as input to generate update request. However, the writeOnlyProperties are removed from the output of create handler for security reason. This causes update contract won't have writeOnlyProperties as update request and can cause update handler fail due to writeOnlyProperties removed.
Contributor guide
Assessment
This issue has not been assessed yet.