Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
Daisuke Konishi edited this page Dec 22, 2019 · 1 revision

Health Planet APIから体重データを拾って、Google Fit APIに体重データを投げる。

CloudwatchでLambdaを定期的にキックして、Health Planet APIからデータの取得後、Google FitへのPOSTまでやってしまうイメージ。

  1. Cloudwatch -> Lambda Function <-> Health PLanet API
  2. Lambda Function -> S3
  3. S3 -> Lambda Function -> Google Fit API
Clone this wiki locally