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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인