An open API service indexing awesome lists of open source software.

https://github.com/vassbence/dynamodb-full-text-search

Run full-text search queries againts a DynamoDB table using Lambda functions
https://github.com/vassbence/dynamodb-full-text-search

aws dynamodb dynamodb-streams lambda lyra terraform typescript vpc

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](architecture.png)

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