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

I want to define a schema like this ``` type Query { getStatus: String } ``` whereas the field `getStatus` should be **resolved by an external lambda data source**. I...

Is it possible to get a reference to the build output dir of a function construct (or any other construct) to pass as the input to another? I appreciate this...

Requests: - Kevin https://discord.com/channels/983865673656705025/1000149490214375534

bug

Hi there! I'm using sst on a [rush](https://rushjs.io) project and noticed a problem in the way the `.build/run.js` file is generated. I haven't fully gone through this file to figure...

enhancement

I ran into an issue today where I had my lambda runtime set to `nodejs.16.x` with a top level `async/await` which is supported by node 16. Even though I had...

Hi, I used vscode with sst for typescript lambdas and it worked great, is it possible to do the same with python lambdas? This debugging feature is why we went...

Improves the useTypedMutation API to return a promise that mimics urqls useMutation API