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 Risposta
0
Risposta accettata

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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande