-
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:
-
AWS Getting Started Resource Center - https://aws.amazon.com/getting-started/hands-on/build-web-app-s3-lambda-api-gateway-dynamodb/
-
Tiny Technical Tutorials: Architect and Build an End-to-End AWS Web Application from Scratch - https://youtu.be/7m_q1ldzw0U
-
-
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.
-
Notifications
You must be signed in to change notification settings - Fork 0
mblackonline/aws-web-app_ipv4-to-binary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published