3. AWS Services in Use - sight-hkust/ENGG4930C-ForeSee-mobile GitHub Wiki
The ForeSee project is highly dependent on AWS services. It is designed this way to ease the initial development process and increase the scalability later. Below is a list of AWS services that are currently in use.
Lambda
Runs the API code without needing a dedicated server.
API Gateway
Triggers the Lambda with requests from the application.
RDS
Hosts the MySQL database.