Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 918 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 918 Bytes

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