mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
1.1 KiB
1.1 KiB
Read this on the main serverless docs site
AWS - Deploy List
The sls deploy list command will list your recent deployments available in your S3 deployment bucket. It will use stage and region from the provider config and show the timestamp of each deployment so you can roll back if necessary using sls rollback.
Options
--stageor-sThe stage in your service that you want to deploy to.--regionor-rThe region in that stage that you want to deploy to.
Artifacts
After the serverless deploy command runs all created deployment artifacts are placed in the .serverless folder of the service.
Examples
List existing deploys
serverless deploy list --stage dev --region us-east-1