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
Describe the bug
I generated a cognito postconfirmation trigger lambda. I want to remove it. I go through the options, and de-select my trigger.
Nothing changes, the function is still there, and I'm unable to delete it.
amplify remove function
Amplify CLI Version
4.40.1
To Reproduce
Add a custom postConfirmation trigger.
Try to remove it.
Expected behavior
The function should be removed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac
Node Version. 12.20.0
The text was updated successfully, but these errors were encountered:
You can check the backend-config.json file to remove from the "Auth" the trigger from the array "dependsOn" . I don't recommend to do this, it's better with the cli, but if is necessary you can do it...
Describe the bug
I generated a cognito postconfirmation trigger lambda. I want to remove it. I go through the options, and de-select my trigger.
Nothing changes, the function is still there, and I'm unable to delete it.
Amplify CLI Version
4.40.1
To Reproduce
Add a custom postConfirmation trigger.
Try to remove it.
Expected behavior
The function should be removed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: