mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
483 B
483 B
serverless
Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
- Create a serverless project:
sls create
- Create a serverless project from template:
sls create --template {{template_name}}
- Deploy to a cloud provider:
sls deploy
- Display information about a serverless project:
sls info
- Follow logs for a project:
sls logs -t
- Display metrics for a function:
sls metrics -f {{function_name}}