ericblade / sp-api-simple

Amazon Selling Partner API in TypeScript for Node/Browser
2 stars 1 forks source link

investigate leveraging new AWS v3 for javascript where needed #3

Open ericblade opened 3 years ago

ericblade commented 3 years ago

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sts/index.html

AWS api for javascript v3 is modular, so if we need the STS code, we can just import that, without importing the entire AWS SDK.