vandium-io / lambda-tester

Helper for unit testing AWS Lambda functions
BSD 3-Clause "New" or "Revised" License
272 stars 51 forks source link

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

Closed deathweaselx86 closed 7 years ago

deathweaselx86 commented 7 years ago

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.