vassbence / dynamodb-full-text-search

Run full-text search queries againts a DynamoDB table using Lambda functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamoDB full-text search

The repository contains sample code for indexing a DynamDB table using DynamoDB Streams into Lyra (a full-text search engine) persisted on EFS and creating a Lambda function with a public URL to query the index.

The solution should be easily deployable with the provided Terraform configuration.

Architecture

Architecture

Created by Vass Bence in 2023, released under the MIT license.

About

Run full-text search queries againts a DynamoDB table using Lambda functions

License:MIT License


Languages

Language:HCL 68.3%Language:TypeScript 31.7%