必要最⼩限のサービスを開発し、アイデア・機能が受け⼊れられるかどうかを、顧客の反応を ⾒て検証しながら改善していくプロダクトのこと Making sense of MVP (Minimum Viable Product) – and why I prefer Earliest Testable/Usable/Lovable ユーザーのフィードバックを得られるため、 刻⼀刻と変化する市場や顧客の変化に対応することができる
add api ? Select from one of the below mentioned services: > GraphQL ? Here is the GraphQL API that we will create. Select a setting to edit or continue > Continue ? Choose a schema template: > Single object with fields (e.g., “Todo” with ID, name, description) ... Edit your schema at <...>/schema.graphql or place .graphql files in a directory at <...>/schema ✔ Do you want to edit the schema now? (Y/n) > yes Edit the file in your editor: <...>/schema.graphql ✅ Successfully added resource new locally https://docs.amplify.aws/react/build-a-backend/graphqlapi/set-up-graphql-api/
push ✔ Successfully pulled backend environment dev from the cloud. Current Environment: dev ┌──────────────────────────────────┬ │ Category │ Resource name │ Operation │ Provider plugin ├──────────────────────────────────┼ │ Auth │ amplifyapp6177aede │ Create │ awscloudformation ├──────────────────────────────────┼ │ Api │ amplifyapp │ Create │ awscloudformation └──────────────────────────────────┴ ? Are you sure you want to continue? Yes ? Do you want to generate code for your newly created GraphQL API Yes ? Choose the code generation language target javascript ? Enter the file name pattern of graphql queries, mutations and subscriptions src/graphql/**/*.js ? Do you want to generate/update all possible GraphQL operations - queries, mutations and subscriptions Yes ? Enter maximum statement depth [increase from default if your schema is deeply nested] 2 https://aws.amazon.com/jp/getting-started/guides/deploy-webapp-amplify/module-two/
add auth ? Do you want to use the default authentication and security configuration? Default configuration ? How do you want users to be able to sign in? Username ? Do you want to configure advanced settings? No, I am done. $ amplify push https://docs.amplify.aws/react/build-a-backend/auth/set-up-auth/ カスタマイズできる内容 u サインイン/登録フロー u 多要素認証(電⼦メール・SMS メッセージ) u 名前やメールアドレスなどのユーザーの属性 u Facebook、Twitter、Google、Amazon などのソーシャル プロバイダーを有効にする