Skip to content

A collection of AWS lambdas microservices for Kebetoo : ranking, notifications and video thumbnail generator with ffmpeg.

Notifications You must be signed in to change notification settings

bacarybruno/kebetoo-serverless

Repository files navigation

Kebetoo

Code Style contributions welcome

Serverless services for Kebetoo

Installation

Before starting, be sure to edit .env files to match your custom config

$ yarn install
$ yarn develop

Ffmpeg

$ mkdir layer
$ cd layer
$ curl -O https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
$ tar xf ffmpeg-git-amd64-static.tar.xz
$ rm ffmpeg-git-amd64-static.tar.xz
$ mv ffmpeg-git-*-amd64-static ffmpeg
$ cd ..

Tests

  • Test s3 upload event
aws --endpoint http://localhost:4569 s3 cp ./tmp/input.mp4 s3://local-bucket/videos/input.mp4 --profile s3local

About

A collection of AWS lambdas microservices for Kebetoo : ranking, notifications and video thumbnail generator with ffmpeg.

Resources

Stars

Watchers

Forks

Packages

No packages published