https://kotlinlang.org logo
#feed
Title
# feed
t

TanVD

10/14/2019, 10:30 AM
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.
👍 1
r

raulraja

10/14/2019, 10:06 PM
This is great, thank you 🙌
👍 2
2 Views