Example project to test locally a lambda that invokes a child lambda
- Start lambda server:
$ make start
- Call
$ make invoke-s2
lambda to test the lambda child - Call
$ make invoke-s1
lambda to test the full call.
Example project for locally testing a lambda that invokes another lambda
JavaScriptMIT
Example project to test locally a lambda that invokes a child lambda
$ make start
$ make invoke-s2
lambda to test the lambda child$ make invoke-s1
lambda to test the full call.