mkotsur / aws-lambda-scala

Writing AWS Lambdas in Scala
MIT License
145 stars 21 forks source link

Support effect systems #23

Open mkotsur opened 4 years ago

mkotsur commented 4 years ago
mkotsur commented 4 years ago

Should input be parsed asynchronously? Possibly, yes, because you may want to do something else before accessing the input, and that can improve your lambda's performance.