serverless/Serverless Framework
Runs Serverless Framework commands.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| slsVersion | The version of Serverless Framework that should be used. Defaults to 'latest'. [Required] | yes | latest |
| slsCommand | The Serverless Framework command that should be ran (e.g. deploy, invoke, version, etc.). [Required] | yes | deploy |
| yamlFile | The serverless yaml file. [Optional] | no | serverless.yml |
| azureSubId | The Azure Subscription ID that should be used for deployments. [Optional] | no | — |
| azureResourceGroup | The Azure resource group that should be used for deployments. [Optional] | no | — |
| azurePrefix | A prefix string that should be used when generating resource names. [Optional] | no | — |
| region | The region should be used for deployments, provided to the Serverless CLI. [Optional] | no | — |
| stage | The stage that should be used for deployments, provided to the Serverless CLI. [Optional] | no | — |
Outputs
no outputs