Hi, can i mix languages in same stack eg: go and J...
# help
s
Hi, can i mix languages in same stack eg: go and JavaScript functions.
c
Yup, you should be able to
f
+1 yup
s
Hi, I think SST uses language templates in creating STACKs. So if one handler function is written in JS and another in GO, SST throws error in compiling GO function because it is searching go compiler and language template is JS. It would be nice SST support multi language template. This allows writing function handlers in different languages. That's my view.😀