Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.06 KB

File metadata and controls

22 lines (18 loc) · 1.06 KB

File-Wizard

An open-source file conversion web app built with HTML & CSS, Python, and AWS for the HTTP API, Lambda functions, and S3 object storage. Converts .docx files to .pdf

Features

  • Website
  • NextJs App Router
  • Amazon Web Services for backend functionality
  • Support for HTTP API, S3 File Storage, and Lambda functions
  • Edge runtime-ready
  • AWS Infrastructure
  • Amazon S3 Allows for object storage and static site hosting
  • API Gateway hosts the HTTP API
  • AWS Lambda for processing JSON and filtering required data
  • Amazon EC2 for provisioning VM instances

Overview

architecture- FW

A static site is hosted on S3 with a document upload form. We use API Gateway to create an API which makes a GET request to a Lambda function after the user clicks Upload File on the form.