aws-sdk-js icon indicating copy to clipboard operation
aws-sdk-js copied to clipboard

use URLSearchParams instead of the querystring package (deprecated)

Open mahmoud-triki opened this issue 2 years ago • 2 comments

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

mahmoud-triki avatar Feb 16 '23 12:02 mahmoud-triki

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!

yenfryherrerafeliz avatar Feb 18 '23 22:02 yenfryherrerafeliz

Related: https://github.com/aws/aws-sdk-js/issues/4150

yenfryherrerafeliz avatar Mar 23 '23 00:03 yenfryherrerafeliz