# Latest

**URL:** https://discourse.sst.dev/latest.md

[Latest](https://discourse.sst.dev/latest.md) · [Categories](https://discourse.sst.dev/categories.md)

---

## [Welcome to SST Guide Forums](https://discourse.sst.dev/t/welcome-to-sst-guide-forums/8)

<div class="topic-metadata">

**Author:** [@system](https://discourse.sst.dev/u/system)\
**Replies:** 0\
**Last updated:** [April 23, 2018, 11:10pm UTC](https://discourse.sst.dev/t/welcome-to-sst-guide-forums/8 "2018-04-23T23:10:56Z")

</div>

Use this space to talk about SST Guide. Work through the various chapters with some help from the community, suggest improvements to the guide, and talk about any other serverless related topics.

---

## [SST is not defined WSL](https://discourse.sst.dev/t/sst-is-not-defined-wsl/3053)

<div class="topic-metadata">

**Author:** [@apple-blossom](https://discourse.sst.dev/u/apple-blossom)\
**Replies:** 1\
**Last updated:** [January 12, 2026, 4:32am UTC](https://discourse.sst.dev/t/sst-is-not-defined-wsl/3053 "2026-01-12T04:32:23Z")

</div>

I am following tutorial Next.js on AWS with SST | SST under WSL on windows, I made it work once, but after I pulled my project and tried to make it work again with npx sst dev, I see an error ReferenceError: sst is not…

---

## [Secure Our Serverless APIs](https://discourse.sst.dev/t/secure-our-serverless-apis/2467)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 12\
**Last updated:** [August 26, 2025, 11:26am UTC](https://discourse.sst.dev/t/secure-our-serverless-apis/2467 "2025-08-26T11:26:59Z")

</div>

Link to chapter — https://serverless-stack.com/chapters/secure-our-serverless-apis.html

---

## [Adding Auth to Our Serverless App](https://discourse.sst.dev/t/adding-auth-to-our-serverless-app/2457)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 9\
**Last updated:** [August 26, 2025, 11:05am UTC](https://discourse.sst.dev/t/adding-auth-to-our-serverless-app/2457 "2025-08-26T11:05:19Z")

</div>

Link to chapter — https://serverless-stack.com/chapters/adding-auth-to-our-serverless-app.html

---

## [Next.js api route streaming data](https://discourse.sst.dev/t/next-js-api-route-streaming-data/2979)

<div class="topic-metadata">

**Author:** [@mm78](https://discourse.sst.dev/u/mm78)\
**Replies:** 1\
**Last updated:** [July 30, 2025, 8:01am UTC](https://discourse.sst.dev/t/next-js-api-route-streaming-data/2979 "2025-07-30T08:01:49Z")

</div>

Hi, is it possible to stream data from a Next.js api route when my SST stack is deployed to prod? This is my first time using SST, so it’s not clear to me what the limitations are. I have created a simple Next.js site t…

---

## [Add an API to Create a Note](https://discourse.sst.dev/t/add-an-api-to-create-a-note/2451)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 27\
**Last updated:** [July 21, 2025, 11:42am UTC](https://discourse.sst.dev/t/add-an-api-to-create-a-note/2451 "2025-07-21T11:42:24Z")

</div>

Link to chapter — https://serverless-stack.com/chapters/add-an-api-to-create-a-note.html

---

## [SST not preserving state after switching AWS credentials](https://discourse.sst.dev/t/sst-not-preserving-state-after-switching-aws-credentials/3064)

<div class="topic-metadata">

**Author:** [@tryingDeveloper](https://discourse.sst.dev/u/tryingDeveloper)\
**Replies:** 0\
**Last updated:** [July 9, 2025, 4:14am UTC](https://discourse.sst.dev/t/sst-not-preserving-state-after-switching-aws-credentials/3064 "2025-07-09T04:14:24Z")

</div>

Hi, I recently switched my AWS CLI credentials to my personal account and then switched back to my work account. However, when I run sst dev, it seems to recreate all the resources instead of using the existing ones. It…

---

## [New to SST & IaC — How to Link Existing RDS & Connect via pgAdmin (with Bastion)](https://discourse.sst.dev/t/new-to-sst-iac-how-to-link-existing-rds-connect-via-pgadmin-with-bastion/3061)

<div class="topic-metadata">

**Author:** [@tryingDeveloper](https://discourse.sst.dev/u/tryingDeveloper)\
**Replies:** 0\
**Last updated:** [July 1, 2025, 7:05am UTC](https://discourse.sst.dev/t/new-to-sst-iac-how-to-link-existing-rds-connect-via-pgadmin-with-bastion/3061 "2025-07-01T07:05:59Z")

</div>

Hi everyone, I’m fairly new to Infrastructure as Code (IaC) and currently exploring SST (Serverless Stack). I have two questions: 1. How can I link SST to an existing RDS instance (created via the AWS Console)? I’m u…

---

## [Auth Stack - how to customize cognito password policy](https://discourse.sst.dev/t/auth-stack-how-to-customize-cognito-password-policy/2711)

<div class="topic-metadata">

**Author:** [@bebu](https://discourse.sst.dev/u/bebu)\
**Replies:** 1\
**Last updated:** [May 10, 2025, 6:09am UTC](https://discourse.sst.dev/t/auth-stack-how-to-customize-cognito-password-policy/2711 "2025-05-10T06:09:05Z")

</div>

Hi to all, I create my auth stack like this: const auth = new Auth(stack, "Auth", { login: \["email"\], }); This sets the cognito password policy to “Cognito defaults” (8 characters minimum length, at least 1 number, …

---

## [How to Set Node Version?](https://discourse.sst.dev/t/how-to-set-node-version/2900)

<div class="topic-metadata">

**Author:** [@David](https://discourse.sst.dev/u/David)\
**Replies:** 6\
**Last updated:** [May 8, 2025, 10:03am UTC](https://discourse.sst.dev/t/how-to-set-node-version/2900 "2025-05-08T10:03:18Z")

</div>

Hi, I’m trying to deploy Node 18 but the ancillary lambda functions are still deploying as node 16. Why? sst.config.ts contains the following: app.setDefaultFunctionProps({ runtime: "nodejs18.x", DevDepen…

---

## [Automating Cleanup](https://discourse.sst.dev/t/automating-cleanup/3045)

<div class="topic-metadata">

**Author:** [@alicks](https://discourse.sst.dev/u/alicks)\
**Replies:** 0\
**Last updated:** [May 7, 2025, 12:02pm UTC](https://discourse.sst.dev/t/automating-cleanup/3045 "2025-05-07T12:02:29Z")

</div>

We run an AWS development account where engineers are free to deploy v3 SST Stacks. The problem we are facing is that resources created may not be cleaned by the person who deployed the stack, leading to excessive bills …

---

## [Test the Billing API](https://discourse.sst.dev/t/test-the-billing-api/172)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 26\
**Last updated:** [April 3, 2025, 1:38am UTC](https://discourse.sst.dev/t/test-the-billing-api/172 "2025-04-03T01:38:12Z")

</div>

Link to chapter - https://serverless-stack.com/chapters/test-the-billing-api.html

---

## [Balancing Environment-Specific Configurations in SST Deployments](https://discourse.sst.dev/t/balancing-environment-specific-configurations-in-sst-deployments/3040)

<div class="topic-metadata">

**Author:** [@dreekteherl](https://discourse.sst.dev/u/dreekteherl)\
**Replies:** 0\
**Last updated:** [March 21, 2025, 8:41am UTC](https://discourse.sst.dev/t/balancing-environment-specific-configurations-in-sst-deployments/3040 "2025-03-21T08:41:08Z")

</div>

Hello In my current SST project; I’m facing challenges with managing environment-specific configurations across multiple deployment stages (development, staging, production). :innocent: The configurations often differ s…

---

## [How to create a REST API with serverless](https://discourse.sst.dev/t/how-to-create-a-rest-api-with-serverless/2305)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 1\
**Last updated:** [March 12, 2025, 5:12pm UTC](https://discourse.sst.dev/t/how-to-create-a-rest-api-with-serverless/2305 "2025-03-12T17:12:38Z")

</div>

Link to chapter — https://serverless-stack.com/examples/how-to-create-a-rest-api-with-serverless.html

---

## [Unable to install sst on a WLS](https://discourse.sst.dev/t/unable-to-install-sst-on-a-wls/3011)

<div class="topic-metadata">

**Author:** [@TheGreatCorrine](https://discourse.sst.dev/u/TheGreatCorrine)\
**Replies:** 0\
**Last updated:** [December 31, 2024, 4:48am UTC](https://discourse.sst.dev/t/unable-to-install-sst-on-a-wls/3011 "2024-12-31T04:48:59Z")

</div>

As sst does not natively support Windows OS, I downloaded a WLS and ran the app on the virtual machine called Ubuntu. However, I am still unable to install sst:

---

## [Getting 503 error results after building with Node 18](https://discourse.sst.dev/t/getting-503-error-results-after-building-with-node-18/3009)

<div class="topic-metadata">

**Author:** [@jruffer](https://discourse.sst.dev/u/jruffer)\
**Replies:** 0\
**Last updated:** [December 30, 2024, 8:50pm UTC](https://discourse.sst.dev/t/getting-503-error-results-after-building-with-node-18/3009 "2024-12-30T20:50:04Z")

</div>

Newbie here. We are able to run a lambda manually from the Dev lappy but for some reason building the same code I am getting a 503 error. I am not sure how to trouble shoot this and would appreciate any help. ENV is Mac …

---

## [Create a New React.js App](https://discourse.sst.dev/t/create-a-new-react-js-app/68)

<div class="topic-metadata">

**Author:** [@anomalyinnovations](https://discourse.sst.dev/u/anomalyinnovations)\
**Replies:** 29\
**Last updated:** [December 14, 2024, 3:47am UTC](https://discourse.sst.dev/t/create-a-new-react-js-app/68 "2024-12-14T03:47:37Z")

</div>

From @jayair on Mon Apr 10 2017 01:00:59 GMT+0000 (UTC) Link to chapter - http://serverless-stack.com/chapters/create-a-new-reactjs-app.html Copied from original issue: https://github.com/AnomalyInnovations/serverless-…

---

## [Sst v3 {"body":"sst dev is not running"}](https://discourse.sst.dev/t/sst-v3-body-sst-dev-is-not-running/2992)

<div class="topic-metadata">

**Author:** [@rupertlssmith](https://discourse.sst.dev/u/rupertlssmith)\
**Replies:** 2\
**Last updated:** [December 12, 2024, 2:03pm UTC](https://discourse.sst.dev/t/sst-v3-body-sst-dev-is-not-running/2992 "2024-12-12T14:03:45Z")

</div>

Trying to get up and running with v3 for the first time. But I don’t seem to get anything hitting my lambda functions, they won’t log anything to the console and so on. So I set up a very simple one that responds with {s…

---

## [Alternative option for laravel forge and vapo in sst](https://discourse.sst.dev/t/alternative-option-for-laravel-forge-and-vapo-in-sst/3003)

<div class="topic-metadata">

**Author:** [@kayden1940](https://discourse.sst.dev/u/kayden1940)\
**Replies:** 0\
**Last updated:** [December 6, 2024, 12:50am UTC](https://discourse.sst.dev/t/alternative-option-for-laravel-forge-and-vapo-in-sst/3003 "2024-12-06T00:50:58Z")

</div>

Hosting Laravel app manually in ec2 is kind of a nightmare and the framework offical hosting is vendor locked like nextjs. will sst have some solutions to this? thanks. Some sort of abstraction of this would be great: T…

---

## [Routing in SST app](https://discourse.sst.dev/t/routing-in-sst-app/3000)

<div class="topic-metadata">

**Author:** [@theChillDude](https://discourse.sst.dev/u/theChillDude)\
**Replies:** 0\
**Last updated:** [November 28, 2024, 5:58pm UTC](https://discourse.sst.dev/t/routing-in-sst-app/3000 "2024-11-28T17:58:14Z")

</div>

I have the SST app made but later down the road i have realised that i might be ending up with a lot of lambdas so i was wondering whats a good way or practice to group up similar lambdas. all of this in a gracefull way…

---

## [Create an SST app](https://discourse.sst.dev/t/create-an-sst-app/2462)

<div class="topic-metadata">

**Author:** [@jayair](https://discourse.sst.dev/u/jayair)\
**Replies:** 11\
**Last updated:** [November 22, 2024, 7:19am UTC](https://discourse.sst.dev/t/create-an-sst-app/2462 "2024-11-22T07:19:31Z")

</div>

Link to chapter — https://serverless-stack.com/chapters/create-an-sst-app.html

---

## [Issue with SST Console Email Verification](https://discourse.sst.dev/t/issue-with-sst-console-email-verification/2993)

<div class="topic-metadata">

**Author:** [@arcman7](https://discourse.sst.dev/u/arcman7)\
**Replies:** 1\
**Last updated:** [November 12, 2024, 6:00pm UTC](https://discourse.sst.dev/t/issue-with-sst-console-email-verification/2993 "2024-11-12T18:00:12Z")

</div>

I’m unable to access the SST Console due to verification code delivery issues. When attempting to sign in with my email, the system prompts for a verification code but I never receive the email containing the code. I’ve …

---

## [Pulumi process is taking too much memory and cpu](https://discourse.sst.dev/t/pulumi-process-is-taking-too-much-memory-and-cpu/2991)

<div class="topic-metadata">

**Author:** [@deevankt](https://discourse.sst.dev/u/deevankt)\
**Replies:** 0\
**Last updated:** [November 7, 2024, 3:55pm UTC](https://discourse.sst.dev/t/pulumi-process-is-taking-too-much-memory-and-cpu/2991 "2024-11-07T15:55:18Z")

</div>

node process is taking 11GB and cpu shooting to 99.5% on mac book with 16gb memory. I have stopped the sst dev process, but still memory and cpu are high for node process. I verified no other process is running. The pa…

---

## [It seems that your package manager failed to install the right version of the SST CLI for your platform](https://discourse.sst.dev/t/it-seems-that-your-package-manager-failed-to-install-the-right-version-of-the-sst-cli-for-your-platform/2982)

<div class="topic-metadata">

**Author:** [@GoriusKW](https://discourse.sst.dev/u/GoriusKW)\
**Replies:** 2\
**Last updated:** [October 22, 2024, 5:53am UTC](https://discourse.sst.dev/t/it-seems-that-your-package-manager-failed-to-install-the-right-version-of-the-sst-cli-for-your-platform/2982 "2024-10-22T05:53:34Z")

</div>

Hi, I am trying to set up sst on nextjs app. I have a message saying: It seems that your package manager failed to install the right version of the SST CLI for your platform. You can try manually installing the “sst-win…

---

## [No resources to remove](https://discourse.sst.dev/t/no-resources-to-remove/2989)

<div class="topic-metadata">

**Author:** [@bdewey-foreflight](https://discourse.sst.dev/u/bdewey-foreflight)\
**Replies:** 0\
**Last updated:** [October 21, 2024, 9:46pm UTC](https://discourse.sst.dev/t/no-resources-to-remove/2989 "2024-10-21T21:46:59Z")

</div>

I am trying to delete the extra and non-used stages from other devs in our dev account. I am unable to delete some of them as the SST cli says “No resources to remove”. I tried refreshing and still no dice. Any ideas? %…

---

## [Issue deploying sveltekit app to prod after sst version 3.1.78](https://discourse.sst.dev/t/issue-deploying-sveltekit-app-to-prod-after-sst-version-3-1-78/2988)

<div class="topic-metadata">

**Author:** [@tsamsom](https://discourse.sst.dev/u/tsamsom)\
**Replies:** 0\
**Last updated:** [October 13, 2024, 4:03pm UTC](https://discourse.sst.dev/t/issue-deploying-sveltekit-app-to-prod-after-sst-version-3-1-78/2988 "2024-10-13T16:03:47Z")

</div>

When I deploy any sst sveltekit app to production I get an error unless I use an older version of sst. I’m showing the problem below with the sveltekit demo app from the sst GitHub site. This might be better submitted as…

---

## [I am facing Problems When Using SST and Seed to Deploy Several Environments](https://discourse.sst.dev/t/i-am-facing-problems-when-using-sst-and-seed-to-deploy-several-environments/2987)

<div class="topic-metadata">

**Author:** [@maxschmidt](https://discourse.sst.dev/u/maxschmidt)\
**Replies:** 0\
**Last updated:** [October 11, 2024, 9:28am UTC](https://discourse.sst.dev/t/i-am-facing-problems-when-using-sst-and-seed-to-deploy-several-environments/2987 "2024-10-11T09:28:33Z")

</div>

Hello everyone, I am working on a serverless project using SST and deploying with Seed & i am facing some challenges managing multiple environment; While SST and Seed seem to handle this well I have found it tricky to …

---

## [SST v3: Facing an issue while setting up Cognito Identity pool](https://discourse.sst.dev/t/sst-v3-facing-an-issue-while-setting-up-cognito-identity-pool/2985)

<div class="topic-metadata">

**Author:** [@deevankt](https://discourse.sst.dev/u/deevankt)\
**Replies:** 0\
**Last updated:** [October 7, 2024, 2:40am UTC](https://discourse.sst.dev/t/sst-v3-facing-an-issue-while-setting-up-cognito-identity-pool/2985 "2024-10-07T02:40:08Z")

</div>

TypeError: pulumi.runtime.invokeOutput is not a function | at getRegionOutput (/Users/deevan.kumar/ssr/repo/user-service/.sst/platform/node\_modules/@pulumi/getRegion.ts:93:27) | at getRegion (file:///Users/de…

---

## [What Does This Guide Cover?](https://discourse.sst.dev/t/what-does-this-guide-cover/83)

<div class="topic-metadata">

**Author:** [@anomalyinnovations](https://discourse.sst.dev/u/anomalyinnovations)\
**Replies:** 8\
**Last updated:** [September 25, 2024, 1:09pm UTC](https://discourse.sst.dev/t/what-does-this-guide-cover/83 "2024-09-25T13:09:49Z")

</div>

From @jayair on Mon Apr 10 2017 00:55:38 GMT+0000 (UTC) Link to chapter - http://serverless-stack.com/chapters/what-does-this-guide-cover.html Copied from original issue: https://github.com/AnomalyInnovations/serverles…

---

## [Why my post has been hidden?](https://discourse.sst.dev/t/why-my-post-has-been-hidden/2972)

<div class="topic-metadata">

**Author:** [@roberrttt](https://discourse.sst.dev/u/roberrttt)\
**Replies:** 1\
**Last updated:** [September 6, 2024, 8:47pm UTC](https://discourse.sst.dev/t/why-my-post-has-been-hidden/2972 "2024-09-06T20:47:00Z")

</div>

Hello there, Recently I posted a query on this website- https://discourse.sst.dev/t/akismet-has-temporarily-hidden-your-post/2970 After few minutes, I got a notification that left me disappointed as it shows my cont…

[Next page](https://discourse.sst.dev/latest.md?page=1)
