getcarviz/Py Lambda Deploy
Deploy Python code to AWS Lambda with dependencies 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 | — |
| python_version | The version of Python to build with. | yes | 3.12 |
| addon_layer_arns | A list of ARNs for additional layers to attach to the Lambda function. | no | — |
Outputs
no outputs