Home

Awesome

⚡ serverless-ffmpeg

Build Status

Bucket event driven FFMPEG built with cloud functions

architecture

A demo of deploying and using

asciicast

Getting Started

See deployment for notes on how to deploy to AWS.

Prerequisites

  1. Make sure you're aws keys are set up in ~/.aws/credentials
  2. Make sure you have serveless installed.
npm install -g serverless
  1. 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

Contributing

All contributions are welcome. Make a pull request wiihooo 🤠

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments