mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
The changes in 1.21 allowing custom context introduced bugs in the Python invoke local implementation: * If no custom context is set it would error out because the handler would never be called * AWS Lambda context objects in python aren't dictionaries, they're Python objects