vandium-io/lambda-tester

Will not work for lambda functions that take inputs from parallel step functions

deathweaselx86 opened this issue · 0 comments

I'm using Amazon Step Functions with AWS Lambda.

I tried using this module to test a lambda that takes input from a set of parallel steps. The event input is an array of objects instead of an object. This module coerces the event input function to an object, so it won't work for this use case.