Local lambda invoke lambda Example project to test locally a lambda that invokes a child lambda Prerequisites Install Docker SAM CLI Make: MAC Linux Windows Windows Subsystem for Linux Steps 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.