Building an Roburst Search Application with help of aws-elasticsearch , Kibana , aws api gateway and aws lambda
lambda is a serverless compute service. ability to run code without provisioning or maintaining servers.
Follow the steps to create a Elasticsearch Domain with t2.small instance as it is within aws free tier.
during the steps , creating a policy which includes granting permission to allow ip access to domain .
the example of policy is policy.json.
the queries of curl command are in curl commands.txt file in which placing of domainname with your name.
the bulk data includes product_bulk.json file which contains data.
deploy the api
apigateway must include the http address of your domain.
then execute the html code in your favourite browser.
Kibana can also be used to visualize and search data with help of a great UI .