Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cdk): add Lambda function for similarity search
- Introduces a new CDK construct `Indexer` that will provision resources necessary for indexing and search of data. So far, it provides a Lambda function `SearchSimilarLambda` that performs similarity search over mumblings. The function is implemented in Rust and located in `lambda/indexer` as `search-similar` binary. `Indexer` also provisions an S3 bucket to store database files. issue codemonger-io#28
- Loading branch information