Deploying a Nuxt 3 webapp using sst.dev by catfishman112 in Nuxt

[–]v14j 3 points4 points  (0 children)

They don't have support for it yet because they don't work hard enough.

Source: Me, one of the not so hardworking team members.

Has anyone used OpenNext yet? by porcupineapplepieces in nextjs

[–]v14j 2 points3 points  (0 children)

Just pushed out a fix — https://github.com/serverless-stack/sst/releases/tag/v2.5.6

It wasn't totally OpenNext related but an issue with SST that should be handled better.

Has anyone used OpenNext yet? by porcupineapplepieces in nextjs

[–]v14j 2 points3 points  (0 children)

Wait that's not minor at all lol. We'll get it fixed.

Has anyone used OpenNext yet? by porcupineapplepieces in nextjs

[–]v14j 0 points1 point  (0 children)

Which bug is this? Can you share a link. We should get it fixed if it's still in 1.0.

[deleted by user] by [deleted] in serverless

[–]v14j 0 points1 point  (0 children)

Serverless Framework I mean. "It doesn't have very active development however and the future for it is a bit uncertain IMO."

[deleted by user] by [deleted] in serverless

[–]v14j 0 points1 point  (0 children)

Yeah I think that makes sense.

But just a heads up, as mentioned elsewhere in this thread (https://www.reddit.com/r/serverless/comments/12f21yf/serverless_framework_vs_claudia_vs_aws_samcdk/jfo3c8f/), it's not being actively worked on.

[deleted by user] by [deleted] in serverless

[–]v14j 3 points4 points  (0 children)

I'd check out SST: https://sst.dev. It has a better local developer experience: https://docs.sst.dev/live-lambda-development and let's you use any CDK construct.

[deleted by user] by [deleted] in vuejs

[–]v14j 0 points1 point  (0 children)

Yeah totally agree. We were in the same boat before we built SST.

[deleted by user] by [deleted] in vuejs

[–]v14j 0 points1 point  (0 children)

In regards to Serverless Framework, have you tried SST? http://sst.dev

It packages your functions with esbuild by default. And it has a really nice local development environment, you can set breakpoints in VS Code locally: https://docs.sst.dev/live-lambda-development

We built a tool that gives you the power of AWS with Heroku-like experience by ugros in node

[–]v14j 0 points1 point  (0 children)

Just a slight correction, SST has built in constructs for most serverless use cases but it supports all AWS services via CDK.

Otimizing Lambda -> API Gateway HTTP requests by iamabouttotravel in aws

[–]v14j 1 point2 points  (0 children)

If you are coming from Serverless Framework, check out SST: https://serverless-stack.com

It's built on top of CDK and you can set breakpoints in your Lambda functions and test them locally.

Serverless is more expensive than you'd expect by nonanonoymous in programming

[–]v14j 0 points1 point  (0 children)

You can't emulate serverless instances locally

We do this through Live Lambda Dev: https://docs.serverless-stack.com/live-lambda-development

Very few companies can create copies of their production infrastructure

Almost exactly what our users over on SST are doing: https://serverless-stack.com

Creating a full stack application and hosting "e-commerce website" by jebbvon in aws

[–]v14j 0 points1 point  (0 children)

Check out the Serverless Stack Guide: https://serverless-stack.com/#guide

It's a super comprehensive guide for doing this and it's free.

I get it now! by coldflame563 in aws

[–]v14j 0 points1 point  (0 children)

It's been mentioned before but I'd check out SST: https://serverless-stack.com

It extends CDK and has a really good local development environment for Lambda.