Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 785 Bytes

File metadata and controls

20 lines (14 loc) · 785 Bytes

Take Home Challenge: AWS Lambda

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.

Instructions

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.

Language

The languages you may submit this challenge include:

  • Java
  • Go
  • Rust
  • Python
  • Typescript