aws-sam-cli
aws-sam-cli copied to clipboard
Bug: ResourceDetailedStatus never returns as part of a cloudformation event
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)
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
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?
Patch is released in v1.124.0. Closing