actions-marketplace-validations/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
Stalelast commit Oct 1, 2020
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/mariamrf_py-lambda-action@5c8e766725fc5efcbb4cf2ca807666026a9530fc # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
requirements_txtthe name/path to the requirements.txt fileyesrequirements.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

no outputs