1 個回答
- 最新
- 最多得票
- 最多評論
0
I would recommend sending it to event bridge parsing it there and then only sending the requests that match to the lambda. However you can use SNS filtering. It should work.
Event bridge https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-transform-target-input.html
SNS Filtering https://docs.aws.amazon.com/sns/latest/dg/example-filter-policies.html
Take a look at the JSON being sent to SNS and use the example to parse it out.
已回答 2 年前
相關內容
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 4 年前
Why not send the events to event bridge and parse it out through rules?