From what I read, I cannot really understand how L...
# ktor
d
From what I read, I cannot really understand how Lambda and #ktor can really work together. Can you explain it to me? 3 replies Both manage simultaneous execution and routing. If I can invoke a servlet (or Ktor handler etc) inside Lambda then AWS will effectively run up servers on demand, and I'll only pay for CPU time. Why not just use the standard Lambda interfaces? Because then I can't deploy and test locally. And because the routing will then be in the hands of API Gateway, and again not deployable locally