rusowyler/Lambda deployer
Simple composite action to package and deploy py, js and java mvn lambdas. By design, this action has limited use cases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| function-languages | nodejs, python or java-mvn | — | — |
| function-name | Name of the lambda function | yes | — |
| function-path | Directory of the function | yes | ./ |
| function-publish | Wether to create or not a new version | yes | true |
| include-files | A space separated list of directories and/or files to be included | yes | index.py |
| python-version | Python version | no | 3.9 |
Outputs
| name | description |
|---|---|
| function-version | The lambda function version |