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

已提问 2 年前358 查看次数
1 回答
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
专家
Uri
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则