Hi all!
For those who work not only with servers, but also serverless 🙂 (still web though)
Kotless version 0.1.1 was released (https://github.com/JetBrains/kotless)
Kotless stands for Kotlin serverless framework, it aims to reduce the routine of serverless deployment creation and generates it straight from the code of the application itself. Right now it supports deployment to AWS of API Gateway, scheduled jobs, granular permissions granting, static resources and providers familiar for all server-developers JAX RS-like interface.
Take a look and join the discussion in #kotless
👏🏻 5
n
napperley
10/15/2019, 8:29 PM
Are there plans to expand the framework to support other FaaS platforms (especially open ones like OpenFaaS - https://github.com/openfaas/faas )?
napperley
10/15/2019, 8:31 PM
Are there plans to provide a Kotlin Native version of Kotless?
t
TanVD
10/15/2019, 8:31 PM
We've got plans on supporting Azure/Google Cloud at least. I would love to support Kubernetes and OpenFaas may be a solution for it.
TanVD
10/15/2019, 8:32 PM
As for MPP -- yes, we have it in plans, but I would expect the support to arrive after implementation of other cloud providers. But it is in a RoadMap and it will include Native and JS versions.
👍 1
TanVD
10/15/2019, 8:36 PM
By the way, if it is important for you -- create an issue. We will write there updates 🙂
k
kenkyee
12/16/2019, 11:56 AM
Cool...kotlin native support will be useful to keep costs down 🙂