Skip to content

Commit d399be7

Browse files
authored
Updated readme to reflect changes
1 parent 9ed93ac commit d399be7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ GitHub Action to make zip deployment to AWS Lambda with requirements in a separa
77
This 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
1213
In 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

0 commit comments

Comments
 (0)