candidco/Publish Lambda Layer
Publish a Lambda Layer to AWS based on a requirements.txt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS access key id | yes | — |
| aws-secret-access-key | AWS secret access key | yes | — |
| aws-default-region | AWS default region | no | us-east-1 |
| working-directory | The relative path of a directory containing the requirements.txt | no | ./ |
| layer-name | The name of the layer | yes | "" |
| python-runtime | The compatible python runtime, e.g.: python3.8 | no | python3.8 |
| additional-python-runtimes | A space-delimited list of additional compatible python runtimes, e.g.: python3.7 python3.6 | no | "" |
Outputs
| name | description |
|---|---|
| output | The output of aws lambda publish-layer-version in compact JSON format (https://docs.aws.amazon.com/cli/latest/reference/lambda/publish-layer-version.html#output) |