Develop & Deploy Serverless App Lesson 4 Event Processing: Elasticsearch
yt link
yt link
Here is how to create an Elasticsearch client:
import * as elasticsearch from 'elasticsearch'
import * as httpAwsEs from 'http-aws-es'
const esHost = process.env.ES_ENDPOINT
const es = new elasticsearch.Client({
hosts: [ esHos...
philipdevblog.hashnode.dev1 min read