DEV Community

Cover image for Pulumi ffmpeg Automation
bronifty
bronifty

Posted on

Pulumi ffmpeg Automation

Repo: https://github.com/bronifty/pulumi-aws-ts-ffmpeg
Youtube: https://youtu.be/CYlaO4kDQQ8

We add a video object event listener to the s3 bucket whose handler kicks off an ffmpeg job...

Commands
pulumi new typescript -y
npm i @pulumi/aws
npm i @pulumi/awsx
pulumi config set aws:region us-east-1
pulumi up
pulumi destroy
pulumi stack rm

Top comments (0)