sst icon indicating copy to clipboard operation
sst copied to clipboard

Build full-stack apps on your own infrastructure.

Results 833 sst issues
Sort by recently updated
recently updated
newest added

Hi, not sure if this is already support, as far as I was able to investigate it is not currently possible. I'm saying something like: ``` const site = new...

``` ? You are in a Remix project so SST will be setup in drop-in mode. Continue? No file:///Users/mauscoelho/.npm/_npx/2f33f932f9789c0f/node_modules/create-sst/bin/create-sst.mjs:21 const [preset, name, destination] = await (async function () { ^...

I think it fixes #3011 I wasn't able to confirm the fix, I am not sure how to run it locally so couldn't verify the fix. Is there any docs...

# Context I am using a WAF on CloudFront to enforce IP whitelisting. # Issue The revalidation function that provides the ISR feature of Next.js is forbidden by the CloudFront...

# Bug Fix There is a TypeScript issue when running `pnpm build` where the value returned on `packages/sst/src/stacks/build.ts:66` from `babel.parse` can be either `const ast: ParseResult | null`. This is...

The bootstrap stack triggers various alarms for folks using Security Hub. This address S3.5. In case you're not using Security Hub (really an enterprise thing), see screenshot here. This wakes...

NX Workspace SST plugin, it would be absolutely amazing to add SST into NX https://nx.dev/ [SST-121](https://linear.app/sst-dev/issue/SST-121/nx-workspace-sst-plugin-would-be-absolutely-amazing-to-tie-sst-into-nx)

linear

This PR adds the `ViteSsrSite` construct to help deploy [Vite](https://vitejs.dev) application with [vite-plugin-ssr](http://vite-plugin-ssr.com) plugin. The construct supports multiple deployment models for the SSR Lambda and Lambda@Edge. ```tsx import type {...

It would be nice to have the Site Url and Custom Domain Url, if available set to the environment of the lambda function. I want to use the URL of...