An AWS Lambda function pulls data from Twitter using the Twitter API every hour and inserts the data into a DynamoDB table. An Express endpoint deployed on Elastic Beanstalk pulls and returns data from the table based on the query parameters. This is then visualized using Vue.js and Bootstrap.
npm install
npm run serve
npm run build