Updated on 2023-11-22 GMT+08:00

Package

The sls package command packages your entire infrastructure into the .serverless directory by default and makes it ready for deployment.

Example

serverless package

In this example, your service will be packaged. The package will be generated in the default .serverless directory.