Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 7167852

Browse files
committed
1 parent fc543f7 commit 7167852

File tree

4 files changed

+564
-0
lines changed

4 files changed

+564
-0
lines changed

python-2.7/bootstrap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/local/bin/python2.7
2+
3+
"""
4+
Copyright (c) 2018 Amazon. All rights reserved.
5+
6+
Lambda runtime implemention
7+
"""
8+
9+
from bootstrap import main
10+
11+
if __name__ == '__main__':
12+
main()

0 commit comments

Comments
 (0)