awslabs / awslabs/cloudformation-accustom
Introduce more decorator functions to aid in ease of writing
Open
enhancement
- Dominant language
- Python
- Stars
- 19
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
At the moment you manually need to split your logic into `Create`, `Update` and `Delete` functions using `if` statements. This isn't very helpful, so we should implement decorators to register functions for different operations and resource types.
This will most likely be a breaking change.
Contributor guide
Assessment
This issue has not been assessed yet.