Serverless Stack Toolkit (SST) is an extension of AWS CDK that:
- Includes a complete local development environment for Lambda
- Supports remotely invoking local functions
- Zero-config ES and TypeScript support using esbuild
- Allows you to use CDK with Serverless Framework
Getting help: Slack / Twitter / Forums
Create your first SST app.
$ npx create-serverless-stack@latest my-sst-app
$ cd my-sst-app
$ npx sst startSST is being actively developed. Check out the public SST roadmap here. And make sure to star the repo and subscribe to updates.
Check out our roadmap and join our Slack to get started.
- Open a new issue if you've found a bug or have some suggestions.
- Or submit a pull request!
To run this project locally, clone the repo and initialize the project.
$ git clone https://github.com/serverless-stack/serverless-stack.git
$ cd serverless-stack
$ yarnRun all the tests.
$ yarn testTo run the docs site.
$ cd www
$ yarn startFollow us on Twitter, join us on Slack, post on our forums, and subscribe to our newsletter.
This project extends AWS CDK and is based on the ideas from Create React App.
Brought to you by Anomaly Innovations; makers of Seed and the Serverless Stack Guide.
