sst
sst copied to clipboard
Build full-stack apps on your own infrastructure.
I've recently update a project to the latest version of SST (`3.4.x` to `3.10.x`) and I'm suddenly having trouble with type validation of my project's `Resource`. When I was `3.4.x`...
I love the idea of SST and really want to make it work at my company but I'm struggling getting something stable deployed. I have a monorepo of a few...
Having Pulumi's `state rename` feature would be very helpful. I have an IoT certificate that I need to rename and can't recreate without breaking a large portion of our infra.
sst: 3.14.28 iterm: 3.5.14 osx bun: 1.2.4 macos: 15.5 Constant CPU usage on while selecting the main **sst** and live **Functions** tabs, on the static webpage goes to near 1%...
I created an example repo that showcases multiple issues with using sst in a typescript project: https://github.com/pinoniq/mono-repo-ts-issues/tree/main First of, running typescript in the root of the projects gives typescript error...
It would be nice if SST could support the [Convex](https://github.com/get-convex/convex-backend) BaaS since there's currently no guide on how to self-host it on AWS in their docs ([link](https://github.com/get-convex/convex-backend/blob/main/self-hosted/README.md)). I think SST...
https://github.com/sst/sst/blob/ad0e8158ab0880a2a0f15d04ea244437fa6067e3/platform/src/components/aws/router.ts#L1113 ``` | Error There have been some minor changes to the "Router" component that's being referenced by "Assets". To update, you'll need to redeploy the stage where the Router...
This is not an issue, but a question or a feature wanted. I want to use `Bun` on AWS lambda at Linux runtime. Not sure if SST already supports this....
transform.policy is not applied in createPolicy https://github.com/sst/sst/blob/8fb10642f50178fde9ccd0c07cdee789bea5a026/platform/src/components/aws/open-search.ts#L472-L482 The transform.domain is applied in createDomain: https://github.com/sst/sst/blob/8fb10642f50178fde9ccd0c07cdee789bea5a026/platform/src/components/aws/open-search.ts#L426-L436
``` sdk-v2/provider2.go:515: sdk.helper_schema: reading OpenSearch Domain ({actual arn}) operation error OpenSearch: DescribeDomain, https response error StatusCode: 400 ValidationException: 2 validation errors detected: Value '{actual arn}' at 'domainName' failed to satisfy...