I built an API with Node that allows users to upload data and media (photo or video). I already have everything set up with AWS to store the media and covert it from an mp4 to something streamable.
After I built a lot of the API, I decided that it would be best to just use parse.
Since I obviously don't want to store media files with parse, is there a way to store data about the media from the normal POST request (location, description, tags, user_id, created_date....) in Parse, but have Parse send the media file off to AWS, and then also tell AWS to kick off an Elastic Transcoder job?