Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.42 KB

readme.md

File metadata and controls

32 lines (29 loc) · 1.42 KB

Azuzu Cloud Storage

A simple file storage built with ReactJS and AWS services. Highly available and purely serverless!

Background

I built this personal project to practically exercise my knowledge in AWS after passing the following certificates AWS Developer AWS Solution Architect AWS Cloud Practitioner

  1. AWS Certified Developer
  2. AWS Certified Solutions Architect
  3. AWS Certified Cloud Practitioner

About the Project

  1. Static website is hosted using S3 and Cloudfront
  2. Objects are stored in AWS S3
  3. Uses AWS Cloudfront as CDN/Caching
  4. Uses AWS Certificate Manager for SSL
  5. Uses DynamoDB as database
  6. Uses S3 Event to trigger a Lambda function that writes data to DynamoDB table
  7. Uses AWS Lambda for creating Cloudfront Signed URL
  8. Uses AWS Cognito User and Identity Pool for user authentication
  9. Domain name is hosted in Namecheap

Screens

screen 01 screen 02 screen 03 screen 04 screen 05 screen 06 screen 07 screen 08