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

only mock specific param calls (invoke, get)

Open jk21 opened this issue 7 years ago • 0 comments

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

jk21 avatar Mar 29 '17 08:03 jk21