looking back into using this again since I have a ...
# help
k
looking back into using this again since I have a new project which could use lambda. 2 questions: 1. How can I approach the docs to learn only about Lambda? I don’t need the other features. 2. Can I use another language than JS? Want to eventually convert to Go 3. Considering the above points, would just serverless framework be a simpler/ more fitting alternative
t
We support Go as a way to define your lambda functions
However there is a lot of synergy in using typescript on backend + frontend + stacks code
and the best experience with SST is always going to be TS
k
That’s kinda what I was thinking.