Skip to content

(aws-appsync): Add data source integrations to EventApi #34264

@garysassano

Description

@garysassano

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

No one assigned

    Labels

    @aws-cdk/aws-appsyncRelated to AWS AppSynceffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions