jsmrcaga/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
- Stale
- License
- None
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