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
When you deploy a control plane stack which uses cognito-auth component and if deployment fails due to error in auth custom resource then if you delete control plane stack it is failing.
It is failing because the auth custom resource is getting userpoolId with assumption that user pool will be successfully created all the time.
Expected Behavior
When you delete the control plane stack it should delete whole stack
Current Behavior
Currently, when you deploy a control plane stack which uses cognito-auth component and if deployment fails due to error in auth custom resource then if you delete control plane stack it is failing.
Reproduction Steps
Deploy a control plane stack which uses cognito-auth component with an email address without domain name, the deployment will fail and then try to delete the stack.