File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ GitHub Action to make zip deployment to AWS Lambda with requirements in a separa
77This action automatically installs requirements, zips and deploys the code including the dependencies as a separate layer.
88
99#### Python 3.8 is supported
10+ #### Also supports uploading dependecies greater than 50MB to layer
1011
1112### Pre-requisites
1213In order for the Action to have access to the code, you must use the ` actions/checkout@master ` job before it.
@@ -32,6 +33,8 @@ Storing credentials as secret is stronly recommended.
3233 - Partial ARN - ` 123456789012:function:function-name `
3334- ` requirements_txt `
3435 The name/path for the ` requirements.txt ` file. Defaults to ` requirements.txt ` .
36+ - ` s3_bucket `
37+ Name of S3 bucket to upload dependencies.zip to
3538
3639### Example Workflow
3740``` yaml
You can’t perform that action at this time.
0 commit comments