Results 5 comments of maratsh

Most cloud servers have good connection and I don't mind video being processed being delayed. Security issue is common for everything connected to the internet, as server itself could be...

one simple workaround is to get static key before using profile. `eval "$(aws configure export-credentials --format env)"` could make sense in local command line scenario

also works. Make sure you create and immediatelly call the provider ( double ()) ```ts import { fromNodeProviderChain } from '@aws-sdk/credential-providers' .... const credentials = await fromNodeProviderChain()() const interceptor =...

I'm using this project with express 5 in production