Aws Lambda Ffmpeg Versions Save

An S3-triggered Amazon Web Services Lambda function that runs your choice of FFmpeg 🎬 commands on a file 🎥 and uploads the outputs to a bucket.

v3.2.0

6 years ago
  • Travis
    • Install latest yarn
    • Update caching
    • set FORCE_COLOR=1
  • Update README for gulp task aws:create-cfn-bucket
  • Retry 3 times for FFmpeg download
  • Update devDependencies
  • CFN template fix
  • Fixes for the CI logger

v3.1.0

7 years ago
  • feature: Use node.js 6.10 runtime on lambda and locally
    • nvm use 6.10 locally (required)
  • feature: Include FFmpeg license info in CI builds
  • maintenance: Update syntax to use node.js 6 ES2015 features
  • maintenance: Update gulp-install to latest version (1.1.0)

v3.0.0

7 years ago
  • feature: Use Lambda environment variables instead of config.json (breaking change)
  • feature: Limit columns for logs
  • bugfix: Clean up after integration test failure
  • maintenance: Update dependencies, now using greenkeeper