summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2018-08-04Dropping ElasticSearch in favor a single data fileJesse Morgan
The entire dataset is fairly small (116 kB), so I'm dropping the ElasticSearch cluster in favor of just writing the whole dataset into a file in S3. This lambda will run every 15 minutes and the client side will pull it down and filter the results.
2018-07-21Initial commit of groups search lambdasJesse Morgan