aws-cdk-lib/aws-events: Support for Cross Account SNS/SQS/Lambda Targets #33328
Labels
@aws-cdk/aws-events-targets
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
EventBridge recently released cross account targets which allows customers to send events to SQS queues, SNS topics, Lambda functions, Kinesis Streams, and API Gateway endpoints in another account provided the target account has granted permissions via resource policies. Before this release, SQS/SNS/Lambda required customers to NOT provide a role and the current implementation of CDK supports that constraint. With this release, customers are required to provide a role from the rule's account for cross account resource access.
We're requesting updates to the CDK libraries to allow for roles to be provided for the following constructs:
Use Case
Customers would like to be able to setup Cross Account targets for SNS/SQS/Lambda targets via our L2 constructs.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.178.0
Environment details (OS name and version, etc.)
Mac OSX 15.3
The text was updated successfully, but these errors were encountered: