I wrote an article with tips to build a RESTful AP...
# http4k
a
I wrote an article with tips to build a RESTful API on AWS Lambda in Kotlin, with decent cold-starts, without the limitations of SnapStart, and without the headache of native images. I think the http4k ecosystem is a natural fit, so it comes highly recommended. https://betterprogramming.pub/faster-kotlin-apis-on-aws-lambda-8694649bf9dd
🎉 4
👏 3
d
It's a really nice write up! good work 🙂
a
Nice!
f
Very good article Andrew! 👏
m
You could also ask yourself why you insist in using Lambda for Kotlin/JVM workloads when there is Fargate: https://aws.plainenglish.io/fargate-vs-lambda-the-battle-of-the-future-28e6f131e3e7
p
Great write-up!