getcarviz/Py Lambda Deploy

Deploy Python code to AWS Lambda with dependencies in a separate layer.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
requirements_txtThe name/path to the requirements.txt file.yesrequirements.txt
lambda_layer_arnThe ARN for the Lambda layer the dependencies should be pushed to without the version (every push is a new version).yes
lambda_function_nameThe Lambda function name. Check the AWS docs/readme for examples.yes
python_versionThe version of Python to build with.yes3.12
addon_layer_arnsA list of ARNs for additional layers to attach to the Lambda function.no

no outputs