charlie632 / serverless-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Test

  • lambda1 needs to invoke lambda2 but it times out

  • Install using npm or yarn

  • Run yarn dev

  • Servesless offline is now online

Reproduction

  • Make a GET request to http://localhost:3000/lambda1.

  • Lambda1 should be invoked and should invoke Lambda2

  • Lambda1 Timesout

Expected behaviour

  • Make a GET request to http://localhost:3000/lambda1.

  • Lambda1 should be invoked and should invoke Lambda2

  • Lambda1 Responds

About


Languages

Language:TypeScript 55.1%Language:JavaScript 44.9%