Search component of the microservice-oriented postcore.net application.
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.
- Amazon Elasticsearch Service
- AWS Lambda
- API Gateway