goodsmileduck/Yandex Serverless Action
Deploy new version of Serverless function to Yandex Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| description | Function description | no | "" |
| token | OAuth token | yes | "" |
| accessKeyId | Yandex AWS Access Key Id when s3 bucket used | no | "" |
| secretAccessKey | Yandex AWS Secret Access Key when s3 bucket used | no | "" |
| function_id | Function Id in Yandex Cloud | yes | "" |
| bucket | S3 bucket name for code | no | "" |
| runtime | Runtime for function | yes | "" |
| entrypoint | Entrypoint for function | yes | "" |
| source | Source directory for cloud function in git repo | no | . |
| exclude | Exclude patterns (comma separated) for source directory | no | "" |
| memory | Memory in Mb | no | 128 |
| environment | Env variables for function | no | "" |
| execution_timeout | Execution timeout | no | 5 |
| service_account | Service account for function | no | "" |
Outputs
no outputs