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
- Website
- NextJs App Router
- Amazon Web Services for backend functionality
- Support for
HTTP API,S3File Storage, andLambdafunctions - 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
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 on the form.
