Skip to content
/ sst Public
forked from sst/sst

πŸ’₯ SST makes it easy to build serverless apps. Set breakpoints and test your functions locally.

License

Notifications You must be signed in to change notification settings

cs-chandu/sst

This branch is 2818 commits ahead of, 3338 commits behind sst/sst:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9062cd0 Β· Sep 2, 2022
Sep 2, 2022
Aug 29, 2022
Mar 8, 2022
Aug 31, 2022
Sep 2, 2022
Sep 2, 2022
Apr 20, 2022
Aug 4, 2021
Sep 1, 2022
May 23, 2022
Aug 9, 2020
Sep 21, 2021
Mar 8, 2022
Jun 24, 2022
Jun 24, 2022
Aug 29, 2022
Aug 29, 2022
Jun 27, 2022
Aug 12, 2021
May 20, 2022
Aug 31, 2022

Repository files navigation

SST

Discord npm Build status


SST is a framework that makes it easy to build serverless apps. It's an extension of AWS CDK and it features:

Quick Start

Create your first SST app.

# Create a new SST app
npm init sst
cd my-sst-app

# Start Live Lambda Dev
npm start

# Open the SST Console
open console.sst.dev

# Deploy to prod
npx sst deploy --stage prod

Documentation

Follow us on Twitter and subscribe to our newsletter for updates.

About SST

We think SST can make it dramatically easier to build serverless apps.

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.

sst start

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.

SST Console

The SST Console is a web based dashboard to manage your SST apps.

sst start

It allows you to:

  • Invoke functions and replay them
  • Make HTTP requests and test your APIs
  • Scan, query, and edit items in DynamoDB
  • Query the GraphQL endpoints in your app
  • Upload and delete files from your buckets
  • Create and delete users in your User Pools
  • Query your RDS databases and run migrations

Read more about the SST Console.

Composable serverless constructs

SST also comes with a set of serverless specific higher-level CDK constructs. This includes:

And more

SST also supports deploying your CloudFormation stacks asynchronously. Seed natively supports concurrent asynchronous deployments for your SST apps. And SST deployments on Seed are free!

Internally, SST uses the CDK CLI to invoke the various CDK commands.

About

πŸ’₯ SST makes it easy to build serverless apps. Set breakpoints and test your functions locally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • JavaScript 14.5%
  • HTML 3.6%
  • CSS 1.7%
  • Python 1.3%
  • Go 0.6%
  • Other 0.9%