I m working on a project that involves storing videos into individual S3 Buckets when the user uploads videos. I also plan to process these videos using AWS Elastic Transcoder in a AWS Lambda function. I want to create an event that will trigger the lambda function in Node JS so that I can change the source bucket without having to manually do it in the Lambda interface. How can I do this using Node JS?
I tried to find how to code up an event for a lambda function and trigger it, so I couldn t find anything so far.