Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 185 Bytes

File metadata and controls

15 lines (12 loc) · 185 Bytes

aws-lambda

Simple aws-lambda function for rate calculation.

Example input: { "title": "barmen", "experience": 10 }

Example output: { "rate": 1000 }

Build with sbt assembly