aws-sam-cli icon indicating copy to clipboard operation
aws-sam-cli copied to clipboard

Bug: ResourceDetailedStatus never returns as part of a cloudformation event

Open Shtutnik opened this issue 1 year ago • 2 comments

Description:

While looking at the code I noticed that ResourceDetailedStatus is checked in deployer.py (see for example here)

From what I can tell, that key is never returned as part of a stack event, but rather there is DetailedStatus (see here)

Shtutnik avatar Aug 19 '24 15:08 Shtutnik

Hi @Shtutnik , thanks for finding this issue. I've confirmed that this is due to us using an older version of boto3 and once thats merged I will open a PR to use the correct event name

sidhujus avatar Aug 20 '24 16:08 sidhujus

Oh right! My bad! I should have cross-checked with the requirements, I see it is referencing 1.29.2 👍 Should I close this issue then?

Shtutnik avatar Aug 20 '24 17:08 Shtutnik

Patch is released in v1.124.0. Closing

github-actions[bot] avatar Sep 11 '24 23:09 github-actions[bot]