Hi all!
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 so on.
Take a look and join the discussion in #kotless
K 8
đ 5
đŠī¸ 1
𤊠2
g
gildor
10/14/2019, 1:14 PM
Do you have any plans for MPP version? Because K/JS or potentially K/N look also promising for serverless apps
t
TanVD
10/14/2019, 1:31 PM
Yeah, we have it in plans. It is in a ROADMAP.md (
* Implementation of Kotlin/Native and Kotlin/JS dispatchers
). But I would expect it to arrive after support of Azure/Google Cloud.
đ 1
k
krotki
10/14/2019, 7:49 PM
Would it be paussible to run it on kubernetes? Independently from the cloud provider?
t
TanVD
10/14/2019, 8:16 PM
To my knowledge of Kubernetes -- it should be possible. Still, from the Kotless point of view Kubernetes is going to be a "cloud" (or we can name it resource) provider.
So, if we can generate a terraform deployment for a Kubernetes (it is possible) and create dispatcher for Kotless (it should be possible too) -- we can support Kubernetes.
However, I would expect such support simaltaneously with other clouds.