mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
770 B
770 B
Read this on the main serverless docs site
Alibaba Cloud - Package
The sls package command packages your entire infrastructure into the .serverless directory by default and make it ready for deployment.
Examples
Packaging
serverless package
This example packages your service. The generated package would be the default .serverless directory inside your service.