This project is designed to mirror horizontal video files using an AWS Lambda function. The process involves streaming video files from Amazon S3, converting them to MP4 format using AWS MediaConvert, and utilizing FFmpeg for video processing. Main focus is on backend side that is built with Fastify and uses dependency injection with Awilix, while the frontend is developed using React.
- backend/: Contains the Fastify backend code.
- frontend/: Contains the React frontend code.
- lambda-stack/: Contains the AWS CDK infrastructure code and Lambda function code.