Jovo deployment configuration on multiple cloud environments

deployment

#1

Is there a way we can configure the deployment to aws lambda, azure functions and google functions while running deploy commands?


#2

Hi @Sam189, welcome to the Jovo community :wave:

This shouldn’t be a problem at runtime, just make sure that all platforms are supported in your index.js file:

More infos:

For deployment, we currently don’t offer a feature like this in the Jovo CLI. It’s worth looking at something like the Serverless Framework for this.