#amazon-web-services #amazon-cloudformation #aws-amplify #amplify #aws-amplify-sdk-js
Вопрос:
Я хочу иметь доступ к (AdminCreateUser) https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminCreateUser.html Я следую этому туториалу здесь https://docs.amplify.aws/cli/auth/admin/, Проблема с этим заключается в том, что он генерирует некоторые функции по умолчанию, не включая функцию, которую я хочу, которая является AdminCreateUser
module.exports = {
addUserToGroup,
removeUserFromGroup,
confirmUserSignUp,
disableUser,
enableUser,
getUser,
listUsers,
listGroups,
listGroupsForUser,
listUsersInGroup,
signUserOut,
};
Когда я изменю CognitoActions.js файл, чтобы включить AdminCreateUser, затем я запускаю
amplify update auth
What do you want to do? Create or update Admin queries API
Do you want to restrict access to the admin queries API to a specific Group: No
amplify push
Я получаю эту ошибку
Following resources failed
× An error occurred when pushing the resources to the cloud
Resource is not in the state stackUpdateComplete
An error occurred during the push operation: Resource is not in the state stackUpdateComplete