Centralized lambda subscription

0

I need to configure lambda function subscription across multiple accounts. These lambda functions are used for log ingestion to a third party application. I need a solution that works across different accounts . Right now these lambda functions subscriptions are per account therefore not a centralized solution.

1 Respuesta
0
Respuesta aceptada

Lambda function cross-account subscription is not available right now. However You can use a Lambda function in one AWS account to subscribe to an Amazon SNS topic in a separate AWS account. details https://docs.aws.amazon.com/lambda/latest/dg/with-sns-example.html. Can you provide more details of what exactly you are looking to configure ?

AWS
mojtoth
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas