cloudformation-operator icon indicating copy to clipboard operation
cloudformation-operator copied to clipboard

Fix: Allow async updates/deletes to the Stack

Open cuppett opened this issue 5 years ago • 2 comments

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.

cuppett avatar Mar 27 '21 21:03 cuppett

@linki you'll probably want this one before creating a 0.9

cuppett avatar Apr 07 '21 15:04 cuppett

Tested the PR and it worked as expected 👍🏼

@linki you should definitively merge it.

yasseur1007 avatar Apr 16 '21 12:04 yasseur1007