sst-start-demo

A simple SST app to demo the new `sst start` command (by sst)

Sst-start-demo Alternatives

Similar projects and alternatives to sst-start-demo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sst-start-demo alternative or higher similarity.

sst-start-demo reviews and mentions

Posts with mentions or reviews of sst-start-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-14.
  • Hosting Nextjs using Lamda functions
    4 projects | /r/nextjs | 14 Jun 2022
    https://docs.serverless-stack.com and https://www.serverless.com/ can support next. However serverless-stack is too new and serverless framework looks promising but it uses an old version of serverless plugin.
  • Serverless backend with or without a backend framework
    2 projects | /r/serverless | 12 Jun 2022
    I'm new to serverless and I've recently discovered frameworks like the Serverless Framework and SST. I've seen examples of Lambda functions where people interact with DBs like DynamoDB, authenticating users with Cognito and using API Gateway to map routes (these are all AWS-specific terms), which seems to me like you can pretty much build a CRUD API on top of this. However, I've also seen examples like this one where you can deploy a backend framework such as Nest.js as a single lambda function.
  • Has anyone tried combining serverless functions with Nest.js?
    2 projects | /r/webdev | 6 Jun 2022
    Hey all, recently I've been learning a lot about serverless APIs and I discovered frameworks like Serverless and SST which look great. I then also discovered that you can apparently deploy a Nest.js backend as a lambda handler -- here is a relevant article. Has anyone tried this? If you are looking to start working on a new project, is it a good idea to combine these together, or would you be better off just writing individual lambda handlers without a framework like Nest?
  • A magical AWS serverless developer experience
    8 projects | news.ycombinator.com | 27 Mar 2022
    > The ability to move between the frontend, backend, and infrastructure code without having to learn a different language is invaluable to every member of the team.

    I'm actually quite skeptical of this claim. Learning a new language isn't really a big deal unless you are using relatively "esoteric" stuff like clojure or elixir which really require an experienced consultant to train your team.

    With AWS Chalice, we've been able to ship production scale code (for govcloud) in Python without any one of us breaking the environment by simply using separate staging. We were able to get PHP/Javascript developers to use it with barely any downtime. In fact it was more or less appreciated from the clean and simple nature of Python right from the get go.

    This feels like way too much engineering from the get go. Here's my workflow with AWS Chalice and its super basic (I'm open to improvements here).

    - checkout code from github

    - run localhost and test endpoints written in python (exactly like Flask)

    - push to development stage API gateway

    - verify it is working as intended and this is when we catch missing IAM roles, we document them. if something is wrong with our AWS setup (we dont use CDK just simply use the AWS console to set everything up once like VPC and RDS)

    - push to production stage API gateway

    All this shimming, typescript (rule of thumb is ~40% more code for 20% improvement through less documentation and type errors, only really valid in large teams) separate AWS developer accounts seems overkill.

    The one benefit I see from all this extra compartmentalization is if you are working in large teams for a large company since you are going to discover missing IAM roles and permissions anyways and is part of being an implicit "human AWS compiler trying different stackoverflow answers".

    Some positives I see are CDK but if you are deploying your infrastructure once, I really don't see the need for it, unless you have many infrastructures that can benefit from boilerplate generation.

    Happy to hear from all ends of the spectrum, serverless-stack could be something I explore this weekend but there's just so much going on and I'm getting lot of marketing department vibes from reading the website (like idea to ipo and typescript for all) and to top it off

    going to https://docs.serverless-stack.com/ triggers an antivirus warning about some netlify url ( nostalgic-brahmgupta09582d1.netlify.app) what is going on here???

  • My Favorite Infrastructure as Code (IAC) Tool
    3 projects | dev.to | 22 Mar 2022
  • SST: The Most Underrated Serverless Framework You Need to Discover (part 2)
    6 projects | dev.to | 13 Nov 2021
    documentation which is top notch
  • Serverless Framework vs SAM vs AWS CDK
    7 projects | dev.to | 7 May 2021
    The CDK CLI doesn't bring the same utility around testing and debugging as SAM and Serverless does but it is possible to use the SAM CLI together with the CDK to help bridge the gap. There's also a newcomer on the block, Serverless-Stack, an extension of the CDK, that brings a lot of testing utility and serverless specific constructs.
  • Design pattern for serverless large rest API
    2 projects | /r/aws | 25 Apr 2021
    Make sure you look into SLS Framework (https://www.serverless.com) or SST (https://docs.serverless-stack.com).
  • Work on your Lambda functions live
    2 projects | dev.to | 26 Jan 2021
    You can try out this sample repo here.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Mar 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic sst-start-demo repo stats
14
18
0.0
7 months ago
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com