aws-sdk-js-v3 Questions
3
I just upgraded to AWS SDK V3 and I have no idea how to configure retryDelayOptions and customBackoff with it. I couldn't find any example code in AWS's own API reference or online. This is what I ...
Apprehension asked 10/3, 2022 at 18:21
2
Solved
I have to transfer a file from and API endpoint to two different bucket.
The original upload is made using:
curl -X PUT -F "data=@sample" "http://localhost:3000/upload/1/1"
The...
Zipah asked 8/11, 2021 at 14:14
0
I'm using AWS SDK (v3) in my NodeJS/Typescript application, specifically their DynamoDBDocumentClient to easily marshall/unmarshall my entities to reduce the amount of code needed to query the data...
Pantaloon asked 27/7, 2022 at 9:58
1
I'm trying to subscribe to events from Kinesis Shard.
But the execution of SubscribeToShardCommand hangs for 5 minutes (timeout for subscribe) and then throws an error:
(node:2667) UnhandledPromise...
Untie asked 21/5, 2021 at 12:41
1
Solved
In the older version of javascript I was using managedupload function for uploading big files to s3, which will do the queueing and manage multiparting of files. But in V3 this function is not anyw...
Cringle asked 19/3, 2021 at 17:13
1
Solved
I'm switching to the new Node AWS SDK (v3) to take advantage of its modularity and Typescript support. The first thing I needed to do was to write a Lambda function, but I can't find types to suppo...
Vincenzovincible asked 8/4, 2021 at 13:14
1
© 2022 - 2024 — McMap. All rights reserved.