Awesome
⚡ serverless-ffmpeg
Bucket event driven FFMPEG built with cloud functions
A demo of deploying and using
Getting Started
See deployment for notes on how to deploy to AWS.
Prerequisites
- 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
Running the tests
To run the tests simply run
npm run test
Deployment
In order to run create the stack in AWS run:
npm run stack-create
Tear down
To clean up run:
⚠️ !This will remove all contents of your buckets as well! ⚠️
npm run stack-destroy
Built With
- 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.
Contributing
All contributions are welcome. Make a pull request wiihooo 🤠
Authors
- Kostas Vaggelakos
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- This project is heavily inspired from aws-lambda-fmpeg