# Challenge Andrea wants to know when she would need to leave home from Aalto Yliopisto to Keilaniemi to arrive at KONE Building by 08:45 on weekdays so she is on time for the Daily. Andrea is working on the solutions that will send out an e-mail by 06:00 on weekdays with the route and time to leave Aalto Yliopisto stop. She is not familiar with GraphQL but she is very familiar with REST APIs. Your task is to build a REST API which can be deployed to AWS that Andrea can call to get the all the routes given time of arrival in yyyyMMddHHmmss format, start and end stop names. # Requirements Your project should contain at minimum a CDK stack using Python. You should be able to demonstrate the API in action either running locally or AWS. # Grading The grading will be based on these criteria: * Overall solution design * Structure of the repo * Code and tests * SonarQube quality metrics * Documentation * Observability # Reading material Following links might help you: * https://digitransit.fi/en/developers/apis/1-routing-api/itinerary-planning/ * https://digitransit.fi/en/developers/apis/1-routing-api/stops/ * https://powertools.aws.dev/