actions-marketplace-validations/AWS Lambda Zip Deploy - Python
Zip deploy to AWS Lambda with requirements in a separate layer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| requirements_txt | the name/path to the requirements.txt file | yes | requirements.txt |
| lambda_layer_arn | The ARN for the Lambda layer the dependencies should be pushed to without the version (every push is a new version). | yes | — |
| lambda_function_name | The Lambda function name. Check the AWS docs/readme for examples. | yes | — |
Outputs
no outputs