owned this note changed 5 years ago
Linked with GitHub

用一場演講的時間,建構一個有些 AI 的無伺服器 APP - 謝世衡, 陳立

歡迎來到 MOPCON 2019 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

共筆入口:https://hackmd.io/@mopcon/2019
手機版請點選上方 按鈕展開議程列表。

會場 wifi-SSID: mopcon-2019
會場 wifi-PASSWD: mopcon-2019

Demo App

Amplify Demo Mopcon

  • 用戶註冊登入
  • 圖片上傳辨識

APP 架構圖

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 透過CDN下載
  • GraphQL API(可以前端去設定你的Schema,不用後端去設定新的API)

Amplify CLI

  • 整合前後端
  • 簡單方便
  • UI Components
  • 優點:對話的方式,一步一步的引導你部屬
  • 可以設定很多的Profile
  • 支援許多不同的功能
    • 加入身分驗證功能(Cognito)
      • 身分認證功能複雜/麻煩

      不須再開發
      整合後端一系列服務
      結合第三方認證

    • 影像辨識

      Amplify predictions Add

Amazon Rekognition

  • API

  • 做預測/推薦引擎

  • 真的沒有需要的,可以訓練模型

    amplify api add
    貼入Schema的code
    amplify hosting add
    amplify status
    amplify publish
    amplify status

AWS AppSync

  • 跟後端接資料,可以幫助做判斷
  • 電子商務網站,需要開一個新的API
  • 前段定義好後端需要的Schema
    • Defint your data(Schema)
    • Invoke Operation
    • GET EXACTLY what you asked for

Amplify Console

  • 連接儲存庫
  • 設定佈建條件

無伺服器帶來的好處

  • Speed
  • Scale
  • Fruitful Features
  • Easy Operation

不用再思考底層夠不夠
不用再配置整個環境
很快的整合在一起
不用去思考Server的數量夠不夠

議程問卷

tags: MOPCON 2019
Select a repo