How to mock aws lambda function in pytest using moto

后端 未结 0 1557
鱼传尺愫
鱼传尺愫 2021-02-06 09:11

I have a python function which invokes an AWS lambda service. This function should be unit tested and I am trying to mock the lambda invocation using moto library.

Here i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题