0.35.1-next.2 • Published 4 years ago
@mittonface/cli v0.35.1-next.2
@serverless-stack/cli 
Part of the Serverless Stack Framework. The sst
CLI allows you to build, deploy, and test Serverless Stack apps.
View the @serverless-stack/cli docs here.
Quick Start
Create your first SST app.
# Create your app
$ npx create-serverless-stack@latest my-sst-app
$ cd my-sst-app
# Start Live Lambda Development
$ npx sst start
# Deploy to prod
$ npx sst deploy --stage prod
Live Lambda Development
The sst start
command starts up a local development environment that opens a WebSocket connection to your deployed app and proxies any Lambda requests to your local machine. This allows you to:
- Work on your Lambda functions locally
- Supports all Lambda triggers, so there's no need to mock API Gateway, SQS, SNS, etc.
- Supports real Lambda environment variables and Lambda IAM permissions
- And it's fast. There's nothing to deploy when you make a change!
Read more about Live Lambda Development.
Documentation
0.35.1-next.14
4 years ago
0.35.1-next.13
4 years ago
0.35.1-next.12
4 years ago
0.35.1-next.11
4 years ago
0.35.1-next.10
4 years ago
0.35.1-next.9
4 years ago
0.35.1-next.8
4 years ago
0.35.1-next.7
4 years ago
0.35.1-next.5
4 years ago
0.35.1-next.4
4 years ago
0.35.1-next.3
4 years ago
0.35.1-next.2
4 years ago