如何以编程方式在 REACT 中创建添加新的 aws-cognito 用户

How to Programatically create add new aws-cognito users in REACT

是否可以使用 React 以编程方式创建新的 aws-cognito 用户并删除它们?我知道可以用 Auth.updateUserAttributes 更新。是否有类似的东西用于创建和删除用户,例如 Auth.updateCreateUser 之类的。如果可能,请包括一个例子。谢谢!

这应该可以通过 Cognito JS SDK 实现。参见 https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-integrating-user-pools-javascript.html

要删除用户,请查看 https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html