mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
allows for both unnested function specific event.json files of the format <function-name>-event.json as well as the standard event.json with nested <function-name> properties moves the parsing of the event property from _runFunction to _loadTestEvent where it makes more sense