Bucket event driven FFMPEG built with cloud functions
See deployment for notes on how to deploy to AWS.
- Make sure you're aws keys are set up in
~/.aws/credentials
- Make sure you have serveless installed.
npm install -g serverless
- Also don't forget to:
npm install
To run the tests simply run
npm run test
In order to run create the stack in AWS run:
npm run stack-create
To clean up run:
npm run stack-destroy
- Serverless - The Serverless Framework
- Webpack - A bundler for javascript and friends
- FFMPEG - A collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
All contributions are welcome. Make a pull request wiihooo 🤠
- Kostas Vaggelakos
This project is licensed under the MIT License - see the LICENSE.md file for details
- This project is heavily inspired from aws-lambda-fmpeg