trainline / lambda-freeze-thaw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeze-thaw

AWS Lamdba used for latency measurement and demonstrate freeze/thaw behaviour.

This project contains the supporting code for the following blog post:

https://engineering.thetrainline.com/2016/10/10/microservices-with-api-gateway-aws-lambda-and-jvm-languages/

Usage

  • Require leiningen build tool.

  • To build the Lambda:

    lein do clean, uberjar

  • this will produce a freeze-thaw-0.1.0-standalone.jar which can be uploaded as Lambda.

  • Gatling load test script available at: basic.scala

  • Full Gatling's reports available at: reports

License

Copyright © 2016 Trainline.com

Distributed under the Apache License v 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

About

License:Other


Languages

Language:Java 54.1%Language:Scala 23.4%Language:Clojure 22.4%