Skip to content

This is a simple web app that allows you to convert an IPv4 address into its binary equivalent.

Notifications You must be signed in to change notification settings

mblackonline/aws-web-app_ipv4-to-binary

Repository files navigation

aws-web-app-ipv4-to-binary

  • This is a simple web app that converts an IPv4 address from decimal into binary.

  • I used/adapted the following resources for the development of this app:

  • I decided to complete this project to gain some hands-on experience with implementing AWS serverless solutions. I enjoyed experimenting with the code in Lambda and I gained a better understanding of how to implement Python within the Lambda function.

  • Note: I did not want to hard-code the API Gateway endpoint directly into the index.html file, so I made a separate .js file and created a variable within it to store the URL for the API Gateway endpoint. That file name can be added to the .gitignore file to prevent the file from being included in the GitHub repo. However, I have included the file (named apiCallExample.js) with this repo to provide an example of how I implemented it in the working application. If you want to use this method, you will need to zip the .js file up with the index.html file before deploying it to Amplify.

The web application architecture uses the following AWS resources:

Below is an example of the web app in action:

AWS-Web-App

About

This is a simple web app that allows you to convert an IPv4 address into its binary equivalent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published