Skip to content
forked from sst/sst

πŸ’₯ SST makes it easy to build serverless apps. Set breakpoints and test your functions locally. https://serverless-stack.com

License

Notifications You must be signed in to change notification settings

abirtley/serverless-stack

This branch is 1968 commits ahead of, 3272 commits behind sst/sst:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfecd66 Β· Feb 16, 2022
Jan 21, 2022
Feb 16, 2022
Feb 16, 2022
Feb 16, 2022
Nov 16, 2021
Oct 19, 2021
Aug 4, 2021
Apr 21, 2021
Aug 9, 2020
Sep 21, 2021
Dec 20, 2021
Aug 4, 2020
Feb 16, 2022
Feb 16, 2022
Jan 17, 2022
Aug 12, 2021
Feb 16, 2022

Repository files navigation

Serverless Stack (SST)

Slack npm Build status


Serverless Stack (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 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

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.

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!

SST also comes with a few other niceties:

  • Automatically lints your code using ESLint
  • Runs your unit tests using Jest

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. https://serverless-stack.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.1%
  • JavaScript 24.5%
  • HTML 3.6%
  • CSS 1.7%
  • Python 1.7%
  • SCSS 1.0%
  • Other 1.4%