我已经在Amplify CLI应用程序中使用了Cognito。我可以使用amplify update auth安全地添加Cognito用户池组吗
amplify update auth
Please note that certain attributes may not be overwritten if you choose to use defaults settings
.
You have configured resources that might depend on this Cognito resource. Updating this Cognito
resource could have unintended side effects.
Using service: Cognito, provided by: awscloudformation
What do you want to do? (Use arrow keys)
Apply default configuration with Social Provider (Federation)
Walkthrough all the auth configurations
❯ Create or update Cognito user pool groups
Create or update Admin queries API发布于 2021-02-11 04:03:47
是的,您可以放心地使用
amplify update auth要添加或更新组,请执行以下操作。
完成后,确保运行以下命令:
amplify auth push或
amplify push所以它会应用这些更改。它需要几分钟才能运行。
您可以使用
amplify init
amplify pull auth首先拉出所有的资源。
https://stackoverflow.com/questions/63517774
复制相似问题