How to read AWS SNS JSON message through Lambda Subscriber put in on-premises Elasticsearch DB?

0

Dear All, I need reference link for Lamda readed SNS message store in on-premised ElasticSearch DB. Thanks in advance

1 Answer
0

I am not familiar with a reference architecture, but what you will need is the following:

  1. A Lambda function that is invoked every time a message is sent to an SNS topic (the function is invoked, with the message payload in the event object, it does not read the message from SNS).
  2. Attach the function to a VPC, which has some connection to the on-premises network.
  3. The function will make a REST call to the Elasticsearch endpoint on-premises.
profile pictureAWS
EXPERT
Uri
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions