Amplify + Reactでアプリケーション作成

Amplify + Reactでアプリケーション作成

準備 下記コマンドを順番に実行し、Amplify-React での環境を構築する 1.AmplifyCLI をインストール npm install -g @aws-amplify/cli 2.Amplify を設定する amplify configure Specify the AWS Region ? region: # Your preferred region Specify the...

<span title='2022-01-24 18:11:28 +0900 +0900'>2022年1月24日</span>&nbsp;·&nbsp;2 分&nbsp;·&nbsp;821 文字&nbsp;·&nbsp;Seiri
AmplifyでS3と連携する方法

AmplifyでS3と連携する方法

準備 1.amplify add storageコマンドで、S3 を追加する amplify add storage ? Please select from one of the below mentioned services (Use arrow keys) ❯ Content (Images, audio, video, etc.) NoSQL Database 2.amplify pushコマンドで作成した S3 を AWS にデプロイ...

<span title='2022-01-21 12:15:55 +0900 +0900'>2022年1月21日</span>&nbsp;·&nbsp;2 分&nbsp;·&nbsp;533 文字&nbsp;·&nbsp;Seiri
AmplifyでGraphQLを呼出す方法

AmplifyでGraphQLを呼出す方法

準備 1.amplify add apiコマンドで、GraphQL API を追加する amplify add api ? Please 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...

<span title='2022-01-20 19:58:17 +0900 +0900'>2022年1月20日</span>&nbsp;·&nbsp;1 分&nbsp;·&nbsp;433 文字&nbsp;·&nbsp;Seiri
AmplifyでAPI Gatewayを呼出す方法

AmplifyでAPI Gatewayを呼出す方法

準備 1.amplify add apiコマンドで、Rest API を追加する amplify add api ? Please select from one of the below mentioned services GraphQL ❯ REST 2.amplify pushコマンドで作成した Rest API を AWS にデプロイし、 AWS のAPI G...

<span title='2022-01-20 19:05:44 +0900 +0900'>2022年1月20日</span>&nbsp;·&nbsp;1 分&nbsp;·&nbsp;497 文字&nbsp;·&nbsp;Seiri
AmplifyでのAuthUtilを作成する

AmplifyでのAuthUtilを作成する

前提 1.amplify add authコマンドで認証サービスを作成する amplify 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. 2.amplify pus...

<span title='2022-01-20 16:31:14 +0900 +0900'>2022年1月20日</span>&nbsp;·&nbsp;3 分&nbsp;·&nbsp;1082 文字&nbsp;·&nbsp;Seiri