You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
the code at here creates AmazonKinesisVideoMedia client and AmazonKinesisVideo client every time call.
i'm running the code in EC2, how can we re-use these two client, rather than create them every time. the underlying http client will be created as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
amazon-connect-realtime-transcription/src/main/java/com/amazonaws/kvstranscribestreaming/KVSUtils.java
Line 193 in 556a5ec
the code at here creates AmazonKinesisVideoMedia client and AmazonKinesisVideo client every time call.
i'm running the code in EC2, how can we re-use these two client, rather than create them every time. the underlying http client will be created as well.
The text was updated successfully, but these errors were encountered: