How can I test AWS Lambda functions locally?

前端 未结 3 945
Happy的楠姐
Happy的楠姐 2021-02-04 05:48

Explain to me please what is the best way to locally test the lambda function. I used sam local and this solution https://github.com/lambci/docker-lambda for testin

3条回答
  •  孤城傲影
    2021-02-04 06:37

    There are a couple of options. Following two are some popular ones.

    • Serverless framework along with the serverless-offline plugin.
    • LocalStack

提交回复
热议问题