demiban / local-lambda-invoke-lambda

Example project for locally testing a lambda that invokes another lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local lambda invoke lambda

Example project to test locally a lambda that invokes a child lambda

Prerequisites

Install

Windows

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.

About

Example project for locally testing a lambda that invokes another lambda

License:MIT License


Languages

Language:JavaScript 74.1%Language:Makefile 25.9%