Ease of Use
SST is designed to simplify the process of building serverless applications, providing developers with higher-level abstractions and tools that streamline development.
Integration with AWS
SST is well-integrated with AWS services, allowing developers to leverage the full power of AWS infrastructure while maintaining a focus on serverless architecture.
Live Lambda Development
SST supports live Lambda development, enabling developers to make real-time changes and see them reflected immediately without the need for lengthy deployment processes.
Infrastructure as Code
With SST, developers can define their infrastructure programmatically, which promotes version control, scalability, and collaboration among team members.
Flexibility
SST provides flexibility to developers, allowing them to use popular libraries and frameworks alongside serverless components, thus accommodating various use cases.
After researching all night, https://github.com/serverless-stack/sst seems like a good trade off between flexibility, simplicity and features. Source: about 2 years ago
I use https://github.com/serverless-stack/serverless-stack — not the serverless project. This one is far better. Source: about 3 years ago
That said: SST is open source, so you could maybe somehow reimplement their debug stack which is the websockets magic + the Lambda shim in terraform to get it working... Source: about 3 years ago
If you are using CDK then check out SST: https://github.com/serverless-stack/serverless-stack It's based on CDK and has a great local development environment for Lambda. It allows you to set breakpoints and test it locally: https://serverless-stack.com/examples/how-to-debug-lambda-functions-with-visual-studio-code.html. - Source: Hacker News / over 3 years ago
I'll just plug what we built, SST: https://github.com/serverless-stack/serverless-stack. Source: over 3 years ago
This framework is much more recent. There is a couple of post here on DEV from Franck Wang, the author of this framework starting on September 2020 (here and here). The project have only 3k stars on Github. - Source: dev.to / over 3 years ago
Hi HN, we are Frank and Jay and we are working on a better way to deploy Next.js apps to AWS: https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html We are the founders of SST, an open source framework that makes it easy to build serverless apps on AWS: https://github.com/serverless-stack/serverless-stack We found that many people in the community were looking for a better way to... - Source: Hacker News / over 3 years ago
While this isn't exactly like Sails, check out SST https://github.com/serverless-stack/serverless-stack, it comes with a local development environment for Lambda. So you can test your Lambda functions live. You could still use a framework for your functions but in general the single function per route makes more sense. Source: over 3 years ago
SST (https://github.com/serverless-stack/serverless-stack) uses esbuild (https://esbuild.github.io) that does the same thing, just 10-100x faster. Source: over 3 years ago
For a more full-featured serverless setup, you can check out SST: https://github.com/serverless-stack/serverless-stack It runs on your AWS account and it comes with a local development environment (https://docs.serverless-stack.com/live-lambda-development) as well. - Source: Hacker News / over 3 years ago
If you are using CDK, check out SST. It's an extension of CDK and comes with a local development environment for Lambda — https://github.com/serverless-stack/serverless-stack. Source: over 3 years ago
If you are looking for a local development environment for your Lambda functions in CDK, check out SST — https://github.com/serverless-stack/serverless-stack. Source: over 3 years ago
If you are using CDK, try out SST https://github.com/serverless-stack/serverless-stack. It allows you to test your Lambda functions live. Source: over 3 years ago
A little more context around this. SST is a framework for building serverless applications, it's based on CDK (https://github.com/serverless-stack/serverless-stack). We created a construct that allows you to set your CDK outputs as build-time environment variables in your React app. So you won't have to hard code things like your API endpoint in your frontend. Source: over 3 years ago
We created SST to solve the problem of local development in serverless: https://github.com/serverless-stack/serverless-stack. Source: over 3 years ago
Just thought I'd mention SST https://github.com/serverless-stack/serverless-stack. If you are using CDK, it has a live local development environment for Lambda. Source: almost 4 years ago
You can check Serverless Stack (https://github.com/serverless-stack/serverless-stack), it has a local development environment for Lambda. It uses CDK, so the infrastructure part of it isn't supported for Go yet. But the Lambdas are. Source: almost 4 years ago
Yup! Here's the repo https://github.com/serverless-stack/serverless-stack. Source: almost 4 years ago
If you are looking to cut down your feedback loops while working with Lambda functions, checkout SST — https://github.com/serverless-stack/serverless-stack. Source: almost 4 years ago
Might not be exactly what you are looking for but if you go the CDK route, we created a framework with a local development environment specifically for Lambda — https://github.com/serverless-stack/serverless-stack. Source: almost 4 years ago
I'll also suggest checking out SST https://github.com/serverless-stack/serverless-stack. It has a local Lambda development environment and it makes it really easy to deploy via CI/CD. Source: almost 4 years ago
Do you know an article comparing SST to other products?
Suggest a link to a post with product alternatives.
This is an informative page about SST. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.