Skip to content

A serverless web app built with React and AWS. Demonstrates complete CI/CD pipeline using GitHub Actions and Infrastructure as Code using Terraform. Deployed and hosted on AWS.

Notifications You must be signed in to change notification settings

kautickv/utility_hub_web_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 STATUS: This project is currently under development. 🚧

AWS Serverless Utility Hub: My Tech Toolkit

Hey there! Welcome to the Utility Hub. I've put together some cool software tools that I find super useful. Made this for fun, and thought I'd share with friends and family. Feel free to check it out and let me know what you think. Enjoy!

Access the live production App here Access the live development App here

Features

  • User Authentication using Google Accounts
  • Dynamic Link Management tool
  • JSON Viewer/Formatter

Technologies Used

  • Frontend: React.js, hosted on AWS S3 and served using AWS CloudFront.
  • Backend: AWS Lambda, AWS DynamoDB.
  • Infrastructure: AWS API Gateway, Route53, WAF, SSM Parameter Store, Certificate Manager.
  • CI/CD: GitHub Actions.
  • Infrastructure As Code (IAC): Terraform.

Architecture Diagram

Architecture Diagram

Usage

As this is a web application hosted on AWS, there is no installation necessary for the end user. Developers looking to run a local version of the app will need to install Node.js and React.js, and configure AWS CLI with the appropriate permissions.

Deployment

This project uses GitHub Actions for Continuous Integration/Continuous Deployment (CI/CD) and Terraform for Infrastructure as Code (IaC). New changes can be deployed by creating a new Pull request to the main branch, and commenting "Deploy" in the comment section of the PR

Getting Started

For detailed instructions and additional configuration options, please refer to the documentation.

Contributing

We welcome contributions to the Team Communication Web Tool project. To contribute, please follow these guidelines:

  1. Fork the repository and create your branch: git checkout -b my-branch
  2. Commit your changes: git commit -am 'Add new feature'
  3. Push to the branch: git push origin my-branch
  4. Submit a pull request

Please ensure that your code adheres to the project's coding standards and includes appropriate tests.

Contact

For any questions or inquiries, please reach out at [email protected]

Improvements

  1. UI & UX: From a usability perspective, providing feedback (like a toast notification) after successful operations like saving a configuration could be a good touch.

Current Issues

  1. Every time the Terraform script is applied, a new layer is created irrespective of whether changes have been made to the layer. This can consume a lot of storage and cost money.

About

A serverless web app built with React and AWS. Demonstrates complete CI/CD pipeline using GitHub Actions and Infrastructure as Code using Terraform. Deployed and hosted on AWS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published