Amplify Auth를 완전히 제거하고 초기 상태로 복원
762 단어 amplify
Amplify에서 Auth를 제거하려면 다음 명령을 눌러 push를 실행합니다.
amplify auth remove
amplify push
단, GraphiQL API의 인증에 Cognito가 사용된 경우✖ An error occurred when pushing the resources to the cloud
Template error: instance of Fn::GetAtt references undefined resource 〇〇
이런 오류가 발생하여push할 수 없습니다.GraphiQL API에서 삭제한 이전 Cognito User Pool을 참조하는 것 같으므로 인증 유형을 amplify update api로 업데이트해야 합니다.새 User Pool을 만들면 인증 유형인 Amazon Cognito User Pool을 선택할 수 있지만 이번에는 Amplify Auth를 완전히 삭제하려고 API 키를 선택했습니다.
? Choose the default authorization type for the API
❯ API key
Amazon Cognito User Pool
IAM
OpenID Connect
이렇게 하면amplify push가 성공하고Auth의 자원도 순조롭게 삭제됩니다.
Reference
이 문제에 관하여(Amplify Auth를 완전히 제거하고 초기 상태로 복원), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ya_ma/items/098fc391b6b83994a17b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)