mnogolososya/YandexCloud serverless function deploy action
Deploy new serverless function version (including function creation if it does not exist)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yc_account_id | YandexCloud account id | yes | — |
| yc_key_id | YandexCloud trusted key id | yes | — |
| yc_private_key | YandexCloud private key | yes | — |
| function_name | Function name | yes | — |
| runtime | Runtime for function | yes | — |
| folder_id | Function folder id | yes | — |
| function_entrypoint | Entry point of function | yes | — |
| function_description | Function description | no | "" |
| version_description | New function version description | no | "" |
| source_dir | Directory with function code to deploy | no | . |
| memory | Maximum allowed memory for function in MB | no | 128 |
| execution_timeout | Execution timeout in seconds for function in Yandex Cloud | no | 15 |
Outputs
no outputs