Skip to content

jkkrow/aws-vod-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS VOD Streaming

Build a video-on-demand (VOD) streaming service with multiple AWS services including:

  • S3
  • DynamoDB
  • Lambda
  • MediaConvert
  • EventBridge
  • CloudFront

Overview

overview

Tutorial

You can see a full tutorial of this project in my blog.

Getting Started

This repository contains React frontend, NodeJS backend app, and Lambda function codes. After cloning the repository, run following commands to start both frontend and backend.

npm install

cd frontend
npm install 

cd ../
npm run dev 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published