actions-marketplace-validations/Serverless Stack (SST) deploy
This action deploys a serverless stack application to the staging environment of your choice
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 7, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/quenginedev_sst-deploy@1ae278deea1d604148d2302e9db6c75e2fe065a0 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key-id | AWS access key id | yes | — |
| secret-access-key | AWS secret access key | yes | — |
| region | AWS region | no | us-east-1 |
| stage | The stage name (default is production) | no | production |
| path | Path to the serverless stack | no | . |
| pkg-manager | Package mangers for your lock file. options are npm, yarn. (default yarn) | no | yarn |
| envs | Environmental variables passed into SST using secrets | no | "" |
Outputs
no outputs