1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【LINE API】LINE API開発者向けカンファレンス「REV UP 2022」参加メモ

Last updated at Posted at 2022-12-09

勉強になったこと 実務で使えそうなこと メモ

Botを作りたい

- 使うAPI
    - MessaginAPI
- 得られる技術
    - サーバーサイド
    - webフレームワーク
    - Cloud
- Botのおすすめの使い方
    - AWS Lamda
    - Google App Script
    - webフレームワーク + ngrok

ミニアプリを作りたい

- 使うAPI
    - LIFF
    - ミニアプリ
- 得られる技術
    - AWS Amplify
        - ホスティングサービス
    - Azure Static Web Apps
        - ホスティングサービス
    - Netlify
        - ホスティングサービス

決済システムを作りたい

- 使うAPI
    - LINE Pay
    - LIFF
    - MessagingAPI
- 得られる技術
    - DB/キャッシュ
    - サーバーサイド
- おすすめの始め方
    - Lamda + Dynamo DB
    - GAS + スプレッドシート
    - webフレームワーク + ngrok + RDB(mysql等)
  • location.hrefでうまく行かない場合 => window.openで開ける場合がある。
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?