Carlos Hernando Carasol
bbade3d1a8
Basic logging for python invoke local
2017-10-31 12:45:20 +01:00
Daniel Schep
29a85498f5
Set stdin to a TTY in invoke.py to allow PDB use
...
Setting `sys.stdin` to a TTY prevents `pdb.set_trace()` from immediatly throwing
`BdbQuit`. I am unsure if there is a way to make this work in Windows
2017-10-10 14:40:23 -04:00
Daniel Schep
8265b4984d
Fix Python invokeLocal regressions due to context changes
...
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
2017-08-31 14:44:05 -04:00
Rafal Wilinski
b5e1564ab6
Merge branch 'master' into add-context
2017-08-21 22:59:37 +02:00
Rafał Wiliński
5e5f71df65
Add context and contextPath flags to invoke local cmd
2017-08-19 17:30:52 +02:00
Tommy Brunn
5a61f6c756
Test python implementation of get_remaining_time_in_millis
2017-08-05 19:47:46 +02:00
Tommy Brunn
35102ee3e6
Fix Python implementation of get_remaining_time_in_millis
2017-08-05 16:42:59 +02:00
Daniel Schep
e1c27c3569
🐍 🐍 🐍 Python3.6 support is coming to Lambda!
...
closes #3482
https://aws.amazon.com/releasenotes/5198208415517126
2017-04-18 17:57:48 -04:00
Daniel Schep
a163e65d9f
invoke local python functions! closes #2862
2017-01-18 09:54:29 -05:00