sst
sst copied to clipboard
Build full-stack apps on your own infrastructure.
Hi all! 👋 --- First of all, thank you for this great tool. I really love it! I have a small question. I have a large project built with Turborepo...
I like Serverless Framework’s lambda local dev, but migrating my entire CDK infrastructures just for that is too much. When you guys decided to adopt CDK, why didn’t you just...
I have been running into problems that make the `RemixSite` unusable when attempting to deploy. When trying to use prisma I am running into a bunch of issues where the...
I am currently trying to deploy the same project multiple times automatically using a workflow with different parameters. These deployments would need to be under different names but the cli...
When using `StaticSite` defining a `customDomain` will call the `buildCommand` twice when doing a `sst build`or `sst deploy`. ``` sst 2.0.0-rc.57 node v18.13.0 npm 8.19.3 ```
I followed the tutorial https://sst.dev/examples/how-to-use-dynamodb-in-your-serverless-app.html and when running npm start it failed with ``` npm start > [email protected] start > sst start Look like you’re running sst for the first...
Currently migrations are not transpiled. It comes with two limitations: 1. Cannot `import` kysely or other modules 2. Cannot write migrations in TS --- Requests - Brinsley https://serverless-stack.slack.com/archives/C01JG3B20RY/p1647257964678019 - Justin...
Hello everyone, when i try to deploy a NextJS 13 stack i received the next message > Build error occurred Error: The "target" property is no longer supported in next.config.js....
I accidentally saved a stack file with syntax errors. After fixing the error, the build is not triggered anymore on save. This is on rc56. ``` 2023-01-29T18:35:58.997Z +44291ms [debug] Publishing...
First of all thanks a lot for all the impressive work on SST! In my current project I have a library of L2 constructs enforcing some configuration for Lambda functions,...