Triggering a Lambda function upon deleting a user on AWS Cognito User Pool

时光总嘲笑我的痴心妄想 提交于 2020-02-26 09:18:29

问题


AWS Cognito User Pools have some pre-defined events to handle user signup, confirmation etc. The full list is here.

However, there is no apparent trigger for deleting a user.

So, is there any way one can trigger a Lambda function when a user is deleted from Cognito User Pool (of course, with arguments like username and/or email address)?

来源:https://stackoverflow.com/questions/50876341/triggering-a-lambda-function-upon-deleting-a-user-on-aws-cognito-user-pool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!