You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the approval request Lambda Function, the function doesn't raise an exception if any of the approval requests fail to send via AWS SES. Currently, the function just returns a status code 500 with a count of failed sends and quietly passes the error return value within the execution but doesn't bring it to the user's attention via any downstream states. With the error passed as a return value, this doesn't allow for exception catching within the Step Function definition to possibly notify the user's that they should update any invalid approval voter email addresses.
The text was updated successfully, but these errors were encountered:
Within the approval request Lambda Function, the function doesn't raise an exception if any of the approval requests fail to send via AWS SES. Currently, the function just returns a status code 500 with a count of failed sends and quietly passes the error return value within the execution but doesn't bring it to the user's attention via any downstream states. With the error passed as a return value, this doesn't allow for exception catching within the Step Function definition to possibly notify the user's that they should update any invalid approval voter email addresses.
The text was updated successfully, but these errors were encountered: