Frame.io Custom Action driven automated slate rendering Frame.io Setup Create a new Custom Action via the developer portal Setup a new subdomain to use for your Custom Action receiver (yourwebhook.io for example) Point the Custom Action at your subdomain and endpoint (http://yourwebhook.io/new) Setup Setup an Ubuntu instance on AWS Expose port 8000 via the Security Groups settings for this instance Install docker and docker-compose Export an ENV variable called FRAMEIO_TOKEN git clone this repository Run docker-compose build followed by docker-compose up from within the cloned directory to start the infrastructure and API endpoint TODO Add support for version stacks Update slate to add space for more fields (FPS, resolution, etc.) Fix slate so that it counts down correctly!!!