yavinenana/Serverless with Python Requirements and deploy options
JavaScript action that deploy Serverless using the serverless-python-requirements plugin using options region and stage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID. Required if using AWS credentials instead of Serverless Access Key. Serverless V4 requires a serverless access key. | no | "" |
| aws-secret-access-key | AWS Secret Access Key. Required if using AWS credentials instead of Serverless Access Key. Serverless V4 requires a serverless access key. | no | "" |
| framework | The Serverless framework version to install. | no | 3 |
| serverless-access-key | Serverless access key. Required if not using AWS credentials. Serverless V4 requires a serverless access key. | no | "" |
| working-directory | The working directory to run Serverless deploy in. Must contain the Serverless config file (e.g. serverless.yaml, serverless.yml). | no | . |
| aws-region | The region aws to deploy serverless stack | no | us-east-1 |
| stage | The stage of the deploy serverless | no | dev |
Outputs
no outputs