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回答
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ