Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1 KB

README.md

File metadata and controls

22 lines (18 loc) · 1 KB

Build Status Coverage Status Dependency Status devDependency Status

lh-worker

Lambda Hub worker.

Usage

docker run lkarchitecture/lh-worker \
-e "LH_WORKER_AWS_ACCESS_KEY_ID=AWS_ACCESS_KEY_ID" \
-e "LH_WORKER_AWS_SECRET_ACCESS_KEY=AWS_SECRET_ACCESS_KEY" \
-e "LH_WORKER_AWS_REGION=AWS_REGION" \
-e "LH_WORKER_S3_BUCKET=S3_BUCKET" \
-e "LH_WORKER_SOURCE_TARBALL_URL=SOURCE_TARBALL_URL" \
-e "LH_WORKER_ORGANIZATION_NAME=ORGANIZATION_NAME" \
-e "LH_WORKER_LAMBDA_NAME=LAMBDA_NAME" \
-e "LH_WORKER_BUILD_ID=BUILD_ID"