Hi all! For those who work not only with servers, ...
# server
t
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
Are there plans to expand the framework to support other FaaS platforms (especially open ones like OpenFaaS - https://github.com/openfaas/faas )?
Are there plans to provide a Kotlin Native version of Kotless?
t
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.
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
By the way, if it is important for you -- create an issue. We will write there updates ๐Ÿ™‚
k
Cool...kotlin native support will be useful to keep costs down ๐Ÿ™‚
๐Ÿ˜ 1
โž• 1
๐Ÿ’ฏ 1