-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to AWS SKD 3.369.0 breaks mock functionality #174
Comments
I got around this by adding dependency resolutions on I didn't dive deep into this, but |
Hi, I had similar issues and #167 helped me. |
@mariuszch lib v3.0.0 works correctly with AWS SDK 3.369.0 and above - see example: https://codesandbox.io/s/typescript-playground-export-forked-th3ng6 Please make sure all your |
in my case my dependencies have both |
Checklist
Bug description
Hi, updating aws sdk packages to version 3.369.0 breaks mock functionality, please see the screenshot attached.
It fails the same way for all 4 I use in my project: Dynamo, IotDataPlane, S3, STS
Looks like some type mismatch, because it works fine when I use ts-expect-error flag
Reproduction
const stsClientMock = mockClient(STSClient)
Environment
The text was updated successfully, but these errors were encountered: