Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

execonline-inc/bitmovin-thumbnail-image-lambda

Repository files navigation

****** This repository is deprecated *****

bitmovin-thumbnail-image-lambda

Creates a thumbnail image for encoded bitmovin videos

Setup

yarn install

Deploy

Development

SLS_DEBUG='*' serverless webpack invoke --function test to test with serverless locally. You may need to set SLS_DEBUG: export SLS_DEBUG='*'

Staging

  1. Make sure you have permission to deploy first. We use assume-role.
  2. serverless deploy --stage staging --verbose
  3. Configure lambda: add any environment variables and values, adjust the timeout if needed (up to 5 minutes), enable a trigger for your function, add a test event (json).

Production

  1. Make sure you have permission to deploy first. We use assume-role.
  2. serverless deploy --stage production --verbose
  3. Configure lambda: add any environment variables and values, adjust the timeout if needed (up to 5 minutes), enable a trigger for your function, add a test event (json).

About

Creates a thumbnail image for encoded bitmovin videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published