Category "aws-sdk-nodejs"

Kinesis return wrong error when using PRODUCER_TIMESTAMP for timestamps that are outside of retention period

I'm trying to retrieve a video stream from Kinesis that is outside of the retention period either by using KinesisVideoArchivedMedia or GetClip or event throug

How to Get Signed S3 Url in AWS-SDK JS Version 3?

I am following the proposed solution by Trivikr for adding support for s3.getSignedUrl api which is not currently available in newer v3. I am trying to make a s

How to mock S3 with jest?

I am tryng to code a test for upload. But i am not understating how to properly use jest.mock('aws-sdk') export class S3Service { private readonly s3: S3;