1
0

Amazon Chime SDKのデモを使ってみた。

Last updated at Posted at 2024-03-01

環境
Windows11
wsl2

https://github.com/aws/amazon-chime-sdk-js
上記からプログラムコード取得

公式ドキュメントから

cd demos/serverless 

以下2行は公式ドキュメントに記載されてない
template.yamlの46行目あたりで
Runtime: nodejs14.x => Runtime: nodejs20.xに変更

npm install
npm run deploy -- -r us-east-1 -b -i af-south-1,eu-south-1 -s -a meeting

これで、行けた!
だめなら全て削除して git colenするとなぜか行ける。

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