GithubHelp home page GithubHelp logo

ptzagk / serverless-stack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sst/sst

0.0 0.0 0.0 32.38 MB

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

Home Page: https://serverless-stack.com

License: MIT License

Shell 0.04% JavaScript 16.01% Ruby 0.06% Python 1.52% Objective-C 0.01% Go 0.76% C# 0.51% F# 0.07% Kotlin 0.01% Dart 0.14% TypeScript 75.26% CSS 1.85% Swift 0.06% HTML 3.59% Vue 0.04% Dockerfile 0.04% Svelte 0.06%

serverless-stack's Introduction

Serverless Stack (SST)

Slack npm Build status

SST 1.0 Conf


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 a new SST app
npm init sst
cd my-sst-app

# Start Live Lambda Dev
npm start

# Open the SST Console
open console.serverless-stack.com

# Deploy to prod
npm 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!

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.

serverless-stack's People

Contributors

fwang avatar jayair avatar thdxr avatar manitej66 avatar github-actions[bot] avatar erikm-icario avatar geekmidas avatar mmccall10 avatar seththomas avatar omichowdhury avatar amodinho avatar jfix avatar revmischa avatar patrick-icario avatar rcoundon avatar idvb avatar junaway avatar saltedpotatos avatar tylerflint avatar richicoder1 avatar phausken avatar mattkinnersley avatar lukehedger avatar fkjellberg avatar estyrke avatar krivachy avatar kevindoveton avatar kevin86wright avatar miyamonz avatar kujtimiihoxha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.