Skip to content

Simple lambda created for connection your Reactivesearch with AWS Elasticsearch.

Notifications You must be signed in to change notification settings

codica2/reactivesearch-aws-es-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Reactivesearch -> Amazon Elasticsearch Service] proxy server

Simple lambda created for connection your Reactivesearch with AWS Elasticsearch.

Usage

  1. Clone this repo:
git clone https://github.com/codica2/reactivesearch-aws-es-proxy
  1. Install dependencies:
yarn
  1. Change app.js for your needs

  2. Install The Serverless Framework:

yarn global add serverless
  1. Setup credentials for the serverless framework:
serverless config credentials --provider aws --key ACCESS_KEY --secret SECRET_KEY
  1. Change serverless.yml for your needs

  2. Deploy to AWS lambda

serverless deploy

List of ENV variables used

APP_URL                   // Your app url
APP_AWS_ES_REGION         // AWS Elasticsearch region
APP_AWS_ES_DOMAIN         // AWS Elasticsearch domain
APP_AWS_ACCESS_KEY_ID     // AWS_ACCESS_KEY_ID for role with access to AWS Elasticsearch
APP_AWS_SECRET_ACCESS_KEY // AWS_SECRET_ACCESS_KEY for role with access to AWS Elasticsearch

About Codica

Codica logo

We love open source software! See our other projects or hire us to design, develop, and grow your product.

About

Simple lambda created for connection your Reactivesearch with AWS Elasticsearch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published