-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sns] support region property for SqsSubscription #3842
Labels
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Comments
jcosentino11
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 28, 2019
NGL321
added
@aws-cdk/aws-sqs
Related to Amazon Simple Queue Service
package/cfn
Related to the CFN layer (L1)
gap
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 29, 2019
nija-at
added
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
and removed
package/cfn
Related to the CFN layer (L1)
language/java
Related to Java bindings
@aws-cdk/aws-sqs
Related to Amazon Simple Queue Service
labels
Aug 30, 2019
CloudFormation does not allow resources to be defined across regions. This will only be available if you're importing either the SQS queue or the SNS topic. @jcosentino11 - does this match up with your use case? |
nija-at
added
the
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
label
Oct 21, 2019
nija-at
changed the title
Add CfnSubscription#withRegion equivalent to SubscriptionProps
[sns] support region property for SqsSubscription
Oct 21, 2019
@nija-at Yep, that matches the use case |
SomayaB
removed
the
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
label
Oct 29, 2019
nija-at
pushed a commit
that referenced
this issue
Nov 8, 2019
Use the 'region' property on subscribing to imported SNS topics so that the user can avail cross-region subscriptions. fixes #3842
nija-at
added a commit
that referenced
this issue
Nov 10, 2019
Use the 'region' property on subscribing to imported SNS topics so that the user can avail cross-region subscriptions. fixes #3842
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
🚀 Feature Request
General Information
Description
I would like to be able to specify region when creating an SqsSubscription:
Currently, I have to work around this via:
Proposed Solution
Environment
Other information
The text was updated successfully, but these errors were encountered: