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

No AWS.Signers.V4 in aws-sdk

Open wong2 opened this issue 3 years ago • 0 comments

Describe the bug

const signer = new AWS.Signers.V4(req, "managedblockchain")

Gives Property 'Signers' does not exist on type 'typeof import

Expected Behavior

Should just work.

Current Behavior

Property 'Signers' does not exist on type 'typeof import

Reproduction Steps

Code above

Possible Solution

Add missing types.

Additional Information/Context

No response

SDK version used

2.1221.0

Environment details (OS name and version, etc.)

Node.js 16

wong2 avatar Sep 22 '22 09:09 wong2