AppSyncのリゾルバをAmplifyで修正する
この記事では、Amplify を使用して AppSync リゾルバーを修正する方法について説明します。 手順は次のとおりです。1. 「プロジェクト フォルダー/amplify/backend/api/作成された AppSync 名/build/resolvers」フォルダーで自動生成されたリゾルバーを見つけます。2. 変更するリゾルバーをコピーし、「プロジェクト フォルダー/amplify/backend/api/作成された AppSync 名/resolvers」フォルダーに貼り付けます。3. リゾルバーに変更を加えます。4. amplify Pushを実行してリゾルバーを更新します。5. AppSync コンソールから変更を確認します。This article explains how to fix AppSync resolver with Amplify. The steps are as follows:1. Find the automatically generated resolvers in the "project folder/amplify/backend/api/created AppSync name/build/resolvers" folder.2. Copy the resolver you want to modify and paste it in the "project folder/amplify/backend/api/created AppSync name/resolvers" folder.3. Make your changes to the resolver.4. Run amplify push to update the resolver.5. Check the modification from the AppSync console.