Long term efforts are internal right now - but happy to answer any questions you have if you're looking for something
j
Joe Kendal
10/09/2021, 12:16 AM
Thanks, I was interested in the higher-level / longer-term vision for the project (SST not Seed.Run).
The biggest value proposition for SST is the local development of Lambda functions and an easy-to-use cli. I think some of the constructs are reliant on strings instead of strong typing (eg. Api, AppSyncApi) but they are definitely convenient and saved some time.
t
thdxr
10/09/2021, 12:17 AM
Yeah we can definitely go a lot farther on the typing. I joined the SST team a few months ago and I'm a typescript freak so I'm going to be pushing more of that forward
thdxr
10/09/2021, 12:18 AM
Also planning to start taking more advantage of jsdoc so you can explore more from inside your editor instead of flipping back to docs
r
Ross Coundon
10/09/2021, 7:28 AM
That's interesting @thdxr - if it's just for inside the editor, what do you see as the benefit of jsdoc over just commenting the types?