本日のスライド

kintone異種拡張技【クラウド編】

LT: kintoneで作るIoT管理画面

SORACOM UG 四国 x kintone Café 高知 Vol.22

2025/6/7
本橋大輔
株式会社モノサス キン担ラボ

デモの準備

$ git clone https://github.com/motohasystem/OnewayCRUD_CDK.git
$ cd OnewayCRUD_CDK
$ npm install
$ cdk deploy

本橋大輔

kintone Café 徳島
CoderDojo神山
神山メイカースペース

kintone異種拡張技 クラウド編

kintone異種拡張技とは

個性的な四種類のkintoneカスタマイズを組み合わせた拡張技

本日の拡張技は

Webhook

OnewayCRUD

awsでkintoneレコードをJSON公開
https://github.com/motohasystem/OnewayCRUD_CDK

kintoneアプリにWebhookを設定

kintoneアプリに公開フィールドを追加

ブラウザからJSONを確認

https://YYYY.execute-api.ap-northeast-1.amazonaws.com/prod/<<APPID>>/items

{
  "Count": 1,
  "Items": [
    {
      "$revision": {
        "S": "3"
      },
      "更新日時": {
        "S": "2025-06-05T04:58:00Z"
      },
            (中略)
      "Customer": {
        "S": "株式会社Piacco"
      },
      "__access__": {
        "S": "Public"
      },
      "$id": {
        "N": "21"
      }
    }
  ],
  "ScannedCount": 1
}

kintoneアプリのレコードをAWS経由でJSONとして公開する
https://zenn.dev/motohasystem/articles/04-2025-06-onewaycrud


ご清聴ありがとうございました

- class: normal / blue / green / red / kintone / purple / gray