AWS Lambda & SNS: Invoke Lambda cross-region
问题 I have a Lambda function deployed to several regions. I would like to publish a message to SNS that will invoke these functions. Using aws-cli I've created the topics, given Lambda permission to talk to SNS, and create the subscriptions. The subscription appears to be created successfully, and I can see it in the AWS console. But, it doesn't work. The lambda function does not get invoked. 回答1: This is CloudFormation based example. You have to add invoke permission for SNS to the Lambda