Currently if handler is not found on input object, then without further validation direct AWS call are made, which in turn may produce ambigous errors (from AWS side: either about credentials missing or missing FunctionName in params) when expected outcome was that lambda is run locally.
This patch introduces some sanity validation at initialization level.
Currently if handler is not found on input object, then without further validation direct AWS call are made, which in turn may produce ambigous errors (from AWS side: either about credentials missing or missing FunctionName in params) when expected outcome was that lambda is run locally.
This patch introduces some sanity validation at initialization level.