Skip to content

Commit 5d53d75

Browse files
committed
Added support for specifying Python runtime
1 parent adc4fad commit 5d53d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambada/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
OPTIONAL_CONFIG = dict(
1818
region='us-east-1',
19+
runtime='python2.7',
1920
role=None,
2021
timeout=30,
2122
memory=128,

0 commit comments

Comments
 (0)