One project, multiple templates / languages

Hi There,

I started my project using aws-nodejs-ecma-script template
serverless create --template aws-nodejs-ecma-script
which uses serverless-webpack plugin.

Is it possible to have inside this project a function that is written using other template (like ordinary aws-nodejs)?

And more general question, is is possible to combine functions written in different languages in one project?

I’m using step functions to orchestrate multiple functions and I want to have everything in one serverless project. Is that possible?

Is it possible to combine functions written in different languages in one project?