-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
@aws-cdk/aws-appsyncRelated to AWS AppSyncRelated to AWS AppSynceffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
AppSync Events recently added support for data source integrations. This feature should be incorporated into the EventApi
construct to enhance its functionality.
Use Case
See above.
Proposed Solution
The implementation should mirror the interface used in the GraphqlApi
construct, adding the following methods to EventApi
:
addBedrockDataSource()
addDynamoDbDataSource()
addEventBridgeDataSource()
addHttpDataSource()
addLambdaDataSource()
addNoneDataSource()
addOpenSearchDataSource()
addRdsDataSource()
addRdsDataSourceV2()
This enhancement would provide a consistent developer experience between the two constructs when working with various AWS data sources.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.190.0
Environment details (OS name and version, etc.)
Ubuntu 24.04
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-appsyncRelated to AWS AppSyncRelated to AWS AppSynceffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2