Hit a bit of a snag with Thundra, it requires a cu...
# sst
r
Hit a bit of a snag with Thundra, it requires a custom runtime and SST only supports a selection of standard runtimes
Copy code
Error: The specified runtime is not supported for sst.Function. Only NodeJS, Python, Go, and .NET runtimes are currently supported.
Is this a deal breaker?
t
Ah
Yeah this currently cannot work
I've been thinking about separating the concept of runtime vs how we bundle
r
It might be a bug in their docs, CTO said to me just now it's not required, will report back
t
Cool
a
Shut.
Maybe custom runtime is needed for the variable inspect?
Hope tracing works…
r
Working with them on it now. I guess we could use the local flag to determine whether to use the custom runtime or standard
t
I'm not sure if that'll work because even for prod SST uses the runtime field to determine how to bundle
r
ah, ok