End Result Website: https://dev.d15ir8fzyzw5ii.amplifyapp.com/charts
I created a survey form website using Javascript and the Angular framework with the purpose of interviewing computer science students from my college about their major, favorite programming language, and prospective career after graduation. The data collected from this was sent to an AWS No-SQL database called Dynamodb. The event handling was scripted using AWS Lambda, specifically with Python and an AWS library called boto3 which allows users to create scripts to automatically manage AWS services. The actual connection to the database was done using an AWS Api Gateway. I hosted this website on Amazon Web Services using their serverless service called AWS Amplify. Amplify connects to this github repository to AWS to allow the code to be hosted from there