Closed3
Resource is not in the state stackUpdateComplete
schema.graphqlのprimarykeyを変更した後に amplify push -y --allow-destructive-graphql-schema-updates
で以下のエラーが発生。
["Index: 0 State: {"deploy":"waitingForDeployment"} Message: Resource is not in the state stackUpdateComplete"]
apiのCloudformationで以下のエラーを確認
Output 'transformerrootstack ${tableName} ${tableName}TableCF832DC3Ref' not found in stack 'arn:aws:cloudformation:ap-northeast-1:XXXXXXXXXXX:stack/amplify- ${appName}- ${envName}-125518-api ${appName}-XXXXXXXXXXX- ${tableName}-XXXXXXXXXXX/df332060-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
テーブルを一度削除してからデプロイで解決しそうな感じだけど、面倒なのでamplify add env
で新しい環境を作る
このスクラップは2023/05/10にクローズされました