You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' of github.com:nficano/python-lambda
* 'master' of github.com:nficano/python-lambda:
Bumped version
Issue nficano#31
Issue nficano#44: Support multiple local_packages
Issue: nficano#44 Turn on support for multiple options
Fix init trying to copy a __pycache__ directory
Added missing instruction to README.md
Update README.rst
Say which local files are being bundled.
The Zope hack.
Copy file name to clipboardExpand all lines: README.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ python-λ
12
12
13
13
Python-lambda is a toolset for developing and deploying *serverless* Python code in AWS Lambda.
14
14
15
+
A call for contributors
16
+
=======================
17
+
With python-lambda and `pytube <https://github.com/nficano/pytube/>`_ both continuing to gain momentum, I'm calling for contributors to help build out new features, review pull requests, fix bugs, and maintain overall code quality. If you're interested, please email me at nficano[at]gmail.com.
18
+
15
19
Description
16
20
===========
17
21
@@ -32,7 +36,9 @@ Requirements
32
36
Getting Started
33
37
===============
34
38
35
-
Begin by creating a new virtualenv and project folder.
39
+
First, you must create an IAM Role on your AWS account called `lambda_basic_execution` with the `LambdaBasicExecution` policy attached.
40
+
41
+
On your computer, create a new virtualenv and project folder.
0 commit comments