https://github.com/trainline/lambda-freeze-thaw
https://github.com/trainline/lambda-freeze-thaw
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trainline/lambda-freeze-thaw
- Owner: trainline
- License: other
- Created: 2016-09-28T12:42:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T09:15:24.000Z (over 9 years ago)
- Last Synced: 2025-10-10T19:32:53.154Z (8 months ago)
- Language: Java
- Size: 2.52 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](http://leiningen.org/) 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](gatling/basic.scala)
* Full Gatling's reports available at: [reports](reports/)
## License
Copyright © 2016 Trainline.com
Distributed under the Apache License v 2.0 (http://www.apache.org/licenses/LICENSE-2.0)