actions-marketplace-validations/Deploy To Lambda (Python 3.9)
Deploy python code to AWS Lambda with dependencies in a separate layer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 22, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/duoi_py-lambda-action@23710367c3a22177c4ad246c248d63bcfb9b0894 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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