Message Transformation in SNS

0

I need to apply payload filters and transform the message payload before posting to SQS targets.

How can this be done? Any related blogs?

TIA

1개 답변
0
수락된 답변

Hello.

It may depend on the content of the message, but I think you can use the SNS filter policy to change the content before sending it to SQS.
https://docs.aws.amazon.com/sns/latest/dg/sns-subscription-filter-policies.html

Alternatively, you can also use a configuration where Lambda is launched from SNS, the message is edited, and then the message is sent to SQS.
https://docs.aws.amazon.com/lambda/latest/dg/with-sns-example.html

profile picture
전문가
답변함 25일 전
profile picture
전문가
검토됨 25일 전

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

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

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

관련 콘텐츠