aws-sdk-js
aws-sdk-js copied to clipboard
use URLSearchParams instead of the querystring package (deprecated)
Describe the bug
The aws-sdk npm package is using the [email protected] which is deprecated. You can see more details about the deprecating of the querystring package here.
Expected Behavior
Use the URLSearchParams API sintead
Current Behavior
aws-sdk package is using a deprecated package which is querystring.
Reproduction Steps
You can do npm install
and you'll see the npm Deprecation warning
Possible Solution
uninstall querystring package
Additional Information/Context
No response
SDK version used
latest
Environment details (OS name and version, etc.)
all
Hi @mahmoud-triki, thanks for opening this issue. I agree with this suggestion. I will mark this issue as feature-request and to be reviewed so it can be further addressed.
Thanks!
Related: https://github.com/aws/aws-sdk-js/issues/4150