JetBrains / kotless

Kotlin Serverless Framework
Apache License 2.0
1.15k stars 58 forks source link

Is this project still maintained? #129

Open gorgon opened 8 months ago

gorgon commented 8 months ago

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 8 months ago

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.

mamaorha commented 7 months ago

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