actions-marketplace-validations/Easy AWS Lambda Deploy
A simple GitHub action to allow updating a lambda function.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 28, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/jsmrcaga_action-easy-lambda-deploy@4ec693ce46a3384db68e99e8a72f469172160376 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| function_name | Name of your lambda function | yes | — |
| cwd | Directory to work on. Relative to root | no | — |
| region | Region where your lambda is deployed | yes | — |
| zip_files | Specific files to include in ZIP (to exclude temp files for example). | no | — |
| zip_command | Specific "zip" command to run This will override zip_files | no | — |
Outputs
no outputs