Hi, so far so good. Very impressed with the team’s...
# sst
j
Hi, so far so good. Very impressed with the team’s efforts. Have you published a roadmap for SST?
t
We maintain a roadmap for our short term efforts here: https://github.com/serverless-stack/serverless-stack/projects/2
Long term efforts are internal right now - but happy to answer any questions you have if you're looking for something
j
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
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
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
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?