1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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.
respondido hace 2 años
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 5 meses
- OFICIAL DE AWSActualizada hace 2 años
Why not send the events to event bridge and parse it out through rules?