Skip to content

sosnowski/serverless-audio-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Audio Recorder application

POC (work in progress) of serverless application hosted on AWS.

It's using infrastructure as code approach, based on AWS SAM and CloudFormation.

UI

Simple React Application, hosted on a dedicated S3 Bucket

Backend

REST API build on top of API Gateway and set of Lambdas. Recorder audio files are stored in a Audio Files S3 Bucket.

Files are uploaded and downloaded directly from the bucket, using S3 signed URLs.

New File is propagated using SNS and a fanout pattern.

Simplified architecture diagram:

architecture

About

POC (work in progress) of serverless application hosted on AWS, using infrastructure as code approach, based on AWS SAM and CloudFormation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors