Skip to content

Lambda function to extract a capture + features, store these on S3 and respond with presigned GetObject URLs

Notifications You must be signed in to change notification settings

fxhash/lambda-extract

Repository files navigation

AWS Lambda capture utility

This module takes a capture & extract features on most fxhash projects.

Lambda config

Environment variables

  • S3_BUCKET: the name of the bucket
  • S3_REGION: the region the bucket is in

Layers

  • the aws-chrome-lambda layer corresponding to the region, available here

Config

  • env: node 14 (16 doesn't work with the layers at the given URL, it needs to be recompiled)
  • memory: 4096 MB
  • timeout: 600 sec (10 min)

About

Lambda function to extract a capture + features, store these on S3 and respond with presigned GetObject URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published