Category "aws-sdk-nodejs"

angular aws-sdk - Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the resource

Angular Code: import * as AWS from 'aws-sdk'; try { AWS.config.update({ accessKeyId:config.access_id, secretAccessKey:config.access_k

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;