Seiri Tech Blog
  • 検索
  • 記事一覧
  • アーカイブ
  • タグ
  • ポリシー
  • Trailhead Superbadge 
  • Chrome 拡張 
  • Pixel Wallpaper 
  • CalendarHub 
  • TikTok Downloader 
  • Xiaohongshu Downloader 
  • Newsround 
ホーム » Tags

amplify

Amplify + Reactでアプリケーション作成
2022年1月24日 2分

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...

AWS 環境構築 React amplify
2022年1月24日 · 2 分 · 821 文字 · Seiri続きを読む
AmplifyでS3と連携する方法
2022年1月21日 2分

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 にデプロイ...

javascript AWS S3 React
2022年1月21日 · 2 分 · 533 文字 · Seiri続きを読む
AmplifyでGraphQLを呼出す方法
2022年1月20日 1分

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...

javascript AWS React GraphQL
2022年1月20日 · 1 分 · 433 文字 · Seiri続きを読む
AmplifyでAPI Gatewayを呼出す方法
2022年1月20日 1分

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...

javascript AWS React amplify
2022年1月20日 · 1 分 · 497 文字 · Seiri続きを読む
AmplifyでのAuthUtilを作成する
2022年1月20日 3分

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...

javascript AWS React amplify
2022年1月20日 · 3 分 · 1082 文字 · Seiri続きを読む
© 2026 Seiri All rights reserved Powered by Hugo