Hi team, I'm wondering if it's possible to run lam...
# help
r
Hi team, I'm wondering if it's possible to run lambda functions with multiple languages in one project? I'm running a standard backend in typescript but are running lightweight NLP functions in python on another machine, I'd like to move those over to lambda and keep them in the same sst project.
t
Yes you can!
each function can have its own language
r
sweet!