aws-cloudformation / aws-cloudformation/cloudformation-cli
Possible bug. create_handler being called more than once.
Open
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
I'm using the python library to create a resource.
When I try to create this resource within a cloudformation stack the CREATE handler gets called more than once. When the second CREATE call happens it causes an exception because it's trying to create AWS resources that already exist.
Does this sound like a bug? I can't see any reason why the CREATE handler would get called immediately after it gets completed.
Contributor guide
Assessment
This issue has not been assessed yet.