awslabs / amazon-kinesis-video-streams-webrtc-sdk-js

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html
Apache License 2.0
285 stars 140 forks source link

Support for aws-sdk v3 #296

Closed lkaniak closed 4 months ago

lkaniak commented 4 months ago

Hello,

will this package support aws-sdk v3 or there are any plans for a migration?

sirknightj commented 4 months ago

This SDK itself does not depend on aws-sdk-js. The aws-sdk-js is used in the application layer. There is a sample application in the demos repo which demonstrates integrating aws-sdk-js v3 with this SDK in the ReactJS framework.

There are currently no plans on migrating to aws-sdk-js v3 on this test page, as v3 does not support a browser script import (which aws-sdk-js v2 provides).