Follow along in this recorded demonstration on how to setup your own
Site-to-Site VPN (Virtual Private Network) hosted on AWS. Utilizing
OpenAWS server hosted in an EC2 instance you are able to connect your
home, office, or lab public IP to your AWS private cloud. This will allow
secure access to resources hosted in AWS that are intentionally not
directly connected to the public internet.
Check out this project on YouTube!
Dinner's Ready!
Dinner's Ready is a full-stack JavaScript application. This project brings
me back to my childhood, especially around the holidays. It was too common
when my mom, or one of my aunts, calls out to my siblings, cousins, and I
dinner was ready! Circling back to a modern 2020 each person in our family
has a cell phone, and regularly uses it. So, that lead me to creating a
modern solution for a "dated" problem. Utilizing Dinner's ready you simply
use the web for and enter the recipient's phone number, your name,
recipient's name, and your message to them. Click send, and they'll get a
text message!
Check out this project on my GitHub!
Serverless Web Application
My serverless web application is hosted on Amazon Web Services. It
utilizes services from Lambda, DynamoDB, and API Gateway to stand up using
an entirely serverless architecture. The REST API I created GETS
information from my NoSQL database DynamoDB via a Javascript trigger in
Lambda. I've included a few examples to test the database string queries.