int128/deploy-lambda-action
Deploy the code or container image to an existing 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 the function | yes | — |
| image-uri | URI of the container image | no | — |
| zip-path | Path to the archive | no | — |
| architecture | If set, update the architecture of the function (optional) | no | — |
| alias-name | If set, create or update the function alias (optional) | no | — |
| alias-description | Description of the function alias (optional) | no | ref=${{ github.ref }},sha=${{ github.sha }} |
Outputs
| name | description |
|---|---|
| function-version | Published version |
| function-version-arn | ARN of published version |
| function-alias-arn | ARN of alias |