Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.2k forks source link

Allows run() function to be used in local #2129

Open Yaronn44 opened 4 years ago

Yaronn44 commented 4 years ago

Description

With this PR the asynchronous run(func, args, kwargs) is now working as a synchronous function in local without having to mock a lambda environnement.

GitHub Issues

Changes were made from this issue's possible fix : https://github.com/Miserlou/Zappa/issues/1774

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.06%) to 72.904% when pulling 1091704175ddb2c0757175d341d8fec149714c0c on Yaronn44:feature/async_run_local into 93804a1b3157f0189bf062e01baab2bd4f09400d on Miserlou:master.