Skip to content

serverless-video-processing/lambda-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-video-processing

Instructions to create and upload Docker image to AWS ECR

  1. Retrieve an authentication token and authenticate your Docker client to your registry. Use the AWS CLI:

aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 075165449331.dkr.ecr.us-west-2.amazonaws.com Note: If you receive an error using the AWS CLI, make sure that you have the latest version of the AWS CLI and Docker installed.

  1. Build your Docker image using the following command. For information on building a Docker file from scratch see the instructions here . You can skip this step if your image is already built:
  • For each directory, use source build.sh stage where stage in [app, bw, crop ....]

For running Step Functions

The execution input configuration is generated using lambda-code-step/scripts/notebooks and stored at lambda-code-step/scripts/conf.
Run Step function for given stage as:

source execute.sh <stage-name> <version(vi)>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •