# Content Lambdas

See individual lambda READMEs for more details

## Lambdas categories ordered roughly by when they are used

### Boilerplate for New Lambdas in This Repo

- [example](./lambda/example)

### Match Audio Against Publicly Available Audio

- [start-sfn-content-match-audio](./lambda/start-sfn-content-match-audio) (starts a state machine)
  - [match-audio-filter](./lambda/match-audio-filter)
  - [match-audio-fingerprint](./lambda/match-audio-fingerprint)
  - [match-audio-match](./lambda/match-audio-match)

### Review Queue

- [review-queue-populate](./lambda/review-queue-populate)
- [review-queue-cleanup](./lambda/review-queue-cleanup)

### Review Queue Search

- [index-product-metadata](./lambda/index-product-metadata)
- [index-queue-move](./lambda/index-queue-move)
- [reindex-product-metadata](./lambda/reindex-product-metadata)
- [deindex-product-metadata](./lambda/deindex-product-metadata)

### Notifications

- [review-notifications](./lambda/review-notifications)
