Skip to content

mikeacosta/postcore-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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