JetBrains/kotless

Is this project still maintained?

gorgon opened this issue · 2 comments

gorgon commented

It seems like this project doesn't work with the latest gradle versions (e.g. 8.5).
Is this project still recommended to be used for Kotlin serverless backend solutions (e.g. AWS Lamba) or there is a better alternative now?

jtaub commented

I would think the AWS CDK is the way to go. Kotlin is not an officially supported CDK language, but the Java CDK can be used. I'm happy deploying my Kotlin Lambda functions through the Typescript CDK.

it seems dead, but i work on a fork https://github.com/mamaorha/kotless supporting java21, graal for spring-boot, etc...