Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 479 Bytes

postcore-search-api

Search component of the microservice-oriented postcore.net 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