Overall, building web applications through AWS provides a scalable, cost-effective, and secure foundation, allowing businesses to focus on innovation, growth, and delivering a seamless experience to their users.

End-to-end calculator app built from scratch through AWS. Languages and services used were Python, Lambda, IAM, DynamoDB, and API Gateway to name a few.

Wild Rydes Rideshare App

Continuous Deployment using AWS Code Pipeline and S3

Meme Matching Game

A simple memory matching game. The user clicks two cards (images of memes) to try to match them. If there's a match, the cards disappear from the board. If there's no match, the cards are flipped back to their blank side so the user can try again.

The game consists of HTML, CSS and JavaScript.

Ideas for additional features:

  • A scoring mechanism

  • A timer

  • Add additional cards

  • Multi-player capabilities so you can compare scores


The Deployment Environment

Hosted in AWS S3.

The Deployment Pipeline

The pipeline was created using AWS Code Pipeline. The pipeline pulls the code from GitHub, and deploys it to S3 whenever a change is detected in the code.


Cost

All services used are eligible for the AWS Free Tier.