You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ AWSome mocks for `Javascript` `aws-sdk` services.
19
19
This module was created to help test AWS Lambda functions but can be used in any situation where the AWS SDK needs to be mocked.
20
20
21
21
This library is best suited for `AWS SDK for Javascript (v2)` - see the [introductory post on the AWS blog](https://aws.amazon.com/blogs/developer/mocking-modular-aws-sdk-for-javascript-v3-in-unit-tests/) for more context.
22
+
If you are using `AWS SDK v3` you might not _need_ this library, see:
0 commit comments