This exercise is meant to showcase your technical implementation & design abilities. It is expected that you will fork this repository in GitHub and share the link with us when complete. Please be prepared to explain the design.
For the purposes of the exercise, pretend you're on a team working on a new website that customers can use to look up information about music. Other team members are handling the front end, but you're working on the back-end API.
Write an AWS Lambda that can return the Mean, Median and Mode of a series of numbers. Please include instructions on how to run, test and deploy your code.
The languages you may submit this challenge include:
- Java
- Go
- Rust
- Python
- Typescript