sst
sst copied to clipboard
Build full-stack apps on your own infrastructure.
Hi, Apologies for requesting features via a Github Issue! However i was wondering what plans ( if any ) there were for supporting a Vue/[ Nuxt 3](https://nuxt.com/) SSR construct. Nuxt...
Hello We have been looking for a way to deploy a next.js app and came across to this project after experimenting with vercel, terraform-aws-nextjs, amplify and serverless-nextjs. For various reasons,...
I found this flag for java however I do not see a way to add it for golang. https://docs.sst.dev/constructs/Function#experimentaluseprovidedruntime There are things that require this for example a datadog layer...
- Add schema for better descriptions - Add forceConsistentCasingInFileNames as true (Based on the recommended tsconfig's: https://github.com/tsconfig/bases#readme) - Sort compilerOptions alphabetically
New example showing off Apollo Server with subscriptions. This could eventually be integrating right into the ApolloApi construct itself.
Relates to https://github.com/serverless-stack/serverless-stack/issues/1591 Just a suggestion, I don't know if this would affect other components
Hi I've been running into a problem deploying a stack to aws with `npx sst start` so I can try it in my local env. This is the code for...
Currently StaticSite and SsrSites do not allow upload files larger than 200MB. The solution would be to detect the largest file in the bundle, if larger than 200MB, adjust the...
I noticed a bit of an anti-pattern in some default props of the `NextjsSite` and `RemixSite` constructs. I ran into some issues deploying a `NextjsSite` or `RemixSite` at my current...