UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

28 lines (18 loc) 770 B
<!-- title: Serverless Framework Commands - Alibaba Cloud Function Compute - Package menuText: package menuOrder: 3 description: Package your service according to a specified provider layout: Doc --> <!-- DOCS-SITE-LINK:START automatically generated --> ### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aliyun/cli-reference/package) <!-- DOCS-SITE-LINK:END --> # 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 ```bash serverless package ``` This example packages your service. The generated package would be the default `.serverless` directory inside your service.