rights reserved. In Partnership with Slack も採⽤する Amazon Chime SDK とは? Kazuki Matsuda @mats16k Startup Solutions Architect Amazon Web Services Japan K.K. C - 5
rights reserved. In Partnership with SFU Server WebRTC SFU (Selective Forwarding Unit) 接続先管理⽤ API / Database Group 1 Group 2 Group 3 ▪ 課題 • SFU サーバの運⽤に関する知識 • 構築、運⽤の⼯数 • 接続数などに応じたチューニング • 接続先の管理
rights reserved. In Partnership with フロントエンド開発に集中するために AWS Amplify AWS Chalice (only Python) $ amplify add api ? Please select from one of the below mentioned services: GraphQL ❯ REST ? Provide a friendly name for your resource to be used as a label for this category in the project: ChimeAdminAPI ? Provide a path (e.g., /book/{isbn}): /meeting ? Choose a Lambda source (Use arrow keys) ❯ Create a new Lambda function ? Provide a friendly name for your resource to be used as a label for this category in the project: ChimeAdminFunction ? Provide the AWS Lambda function name: ChimeAdminFunction ? Choose the runtime that you want to use: (Use arrow keys) .NET Core 3.1 Go Java ❯ NodeJS Python from chalice import Chalice app = Chalice(app_name=chime’) @app.route('/’) def index(): return {‘chime': ‘saiko'} $ chalice new-project chime $ chalice deploy
rights reserved. In Partnership with サンプルアプリケーション (JavaScript) Serverless Demo (SPA + API Gateway + Lambda + DynamoDB) https://github.com/aws/amazon-chime-sdk-js/tree/master/demos/serverless Browser Demo (SPA only) https://github.com/aws/amazon-chime-sdk-js/tree/master/demos/browser Virtual Classroom Application (Electron) https://github.com/aws-samples/amazon-chime-sdk-classroom-demo Blog: Building a Virtual Classroom Application using the Amazon Chime SDK
rights reserved. In Partnership with サンプルアプリケーション (iOS/Android) iOS Demo (Swift) https://github.com/aws/amazon-chime-sdk-ios#running-the-demo-app Blog: Building a Meeting Application on iOS using the Amazon Chime SDK Android Demo (Kotlin) https://github.com/aws/amazon-chime-sdk-android#running-the-demo-app Blog: Building a Meeting Application on Android using the Amazon Chime SDK React Native Demo https://github.com/aws-samples/amazon-chime-react-native-demo