aws-sdk-mock
aws-sdk-mock copied to clipboard
only mock specific param calls (invoke, get)
Hello,
it is possible to mock specific calls?
e.g:
- only mock the Lambda.invoke of one function and not of the others?
- only mock the DocumentClient.get for one specific table and not for another?
Jonas