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

https://github.com/mikeacosta/postcore-search-api

Elasticsearch microservice
https://github.com/mikeacosta/postcore-search-api

aws-lambda elasticsearch serverless-application-model

Last synced: 5 months ago
JSON representation

Elasticsearch microservice

Awesome Lists containing this project

README

          

# postcore-search-api

Search component of the microservice-oriented [postcore.net](https://github.com/mikeacosta/postcore-web) application.

## Lambda functions
`SearchWorker.py` - Lambda function invoked by SNS notification. Message payload is stored in Elasticsearch.

`SearchApi.py` - API Gateway passes request to this Lambda function, which queries Elasticsearch domain and returns search results.

## Technologies
* Amazon Elasticsearch Service
* AWS Lambda
* API Gateway