zeagord/AWS Lambda Deploy Function
Deploy a Function to a Lambda through Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact | Jar or Zip package of the lambda | — | "" |
| function-name | Name of the Lambda function | — | "" |
| runtime | Runtime fo the Lambda, Java11 or Node11 | — | "" |
| handler | Name of the Handler | — | "" |
| AWS_SECRET_KEY | AWS secret key | — | "" |
| AWS_SECRET_ID | AWS secret key ID | — | "" |
| AWS_REGION | AWS region | — | "" |
Outputs
| name | description |
|---|---|
| time | Lambda is deployed |