nimitpattanasri / dynamodb-faiss-builder

Lambda function that creates a Faiss index for a DynamoDB table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An AWS Lambda function (Python 3.7) that builds and updates a Faiss index for a DynamoDB table.

Search for and edit the following strings:
<YOUR ACCESS KEY ID>
<YOUR SECRET ACCESS KEY>
<MY BUCKET>
_s3_bucket
_function

If new python files are created, they must also be added in deploy.sh, zip command

To deploy lambda, run lambda-deploy.bat

About

Lambda function that creates a Faiss index for a DynamoDB table


Languages

Language:Python 84.5%Language:Dockerfile 7.6%Language:Shell 6.2%Language:Batchfile 1.7%