Add ability to create clients without passing configuration in TypeScript #3415
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
p2
This is a standard priority issue
Is your feature request related to a problem? Please describe.
The AWS SDK for JavaScript (v3) clients require an empty configuration to be passed in TypeScript.
Such requirement didn't exist in AWS SDK for JavaScript (v2).
Code
ts-node output
Screenshot
The configuration is not actually needed, as client works fine without any value passed in constructor parameters in JavaScript.
Code
Output
Describe the solution you'd like
Add default parameter as
{}
for ClientConfig so that clients can be created without explicitly passing{}
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: