Open lmuther8 opened 8 months ago
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
This issue still exists
Context
The function
status
on line 354 ofutilities.py
does not properly handle theAccessDeniedException
from AWS.If the user does not have permissions to use
lambda:GetEventSourceMapping
API call then this still says the event source does not exist.Expected Behavior
The
zappa update {{stage}}
command should fail and alert the user their permissions are not enough.Actual Behavior
The program thinks the event source does not exist, tries to create one with the same UUID and then this error is caused:
Steps to Reproduce
Your Environment