cloudformation-operator
cloudformation-operator copied to clipboard
Fix: Allow async updates/deletes to the Stack
Was found by @yasseur1007 that deletes initiated while the stack was still being followed would get dropped. Also, if a stack was deleted on the AWS side, no attempt to reconcile/recreate would be possible. This PR resolves both of those.
Also, created an example which makes a CloudFront CDN in the samples directory. Added that and made one, combined S3 example getting ready for clean inclusion in samples for OLM CSV.
@linki you'll probably want this one before creating a 0.9
Tested the PR and it worked as expected 👍🏼
@linki you should definitively merge it.