code-by

Results 22 comments of code-by
trafficstars

How to mock `getSignedUrl` from SDK v3 using Jest? ``` import { getSignedUrl } from "@aws-sdk/s3-request-presigner"; import { S3Client, PutObjectCommand } from "@aws-sdk/client-s3"; ... export const handler = async (event)...

> Just ran over this issue on a project and @yoelfme 's approach was very helpful for my case, with the difference that i already was using the `s3.getSignedUrlPromise` method,...