Amazon Web Services

Creating A Multipart Uploader With The New AWS NodeJS SDK

In this post I will go through an share some code and issues that came accross when building and uploader with the new AWS V3 Node SDK. You can find the docs for the new SDK here. https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html I would also suggest keeping an eye on the Github repo https://github.com/aws/aws-sdk-js-v3...