Lambda cannot subscribe to SNS Topic in different region #5734
Labels
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
Déjà-vu. I had this issue already in #4298 but this time I'm using a lambda which should subscribe to a SNS Topic in a different region. This also results in Cloudformation giving me a
Invalid parameter: TopicArn
This is also discussed here: serverless/serverless#3676
Use Case
Unfortunately there are quite some use cases since aws provides some "own" topics where users can subscribe to get certain updates about new amis, bounces or in my case new ip address ranges.
Just fyi, it's using this lambda function: https://github.com/aws-samples/aws-cloudfront-samples/tree/master/update_security_groups_lambda
But the problem can't be solved within this lambda. It's the lambda making the connection to the SNS topic.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: