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 réponse
0
Réponse acceptée

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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions