Hi all! Kotless version 0.1.1 was released (<https...
# feed
t
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
Do you have any plans for MPP version? Because K/JS or potentially K/N look also promising for serverless apps
t
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
Would it be paussible to run it on kubernetes? Independently from the cloud provider?
t
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
This is great, thank you 🙌
👍 2