Skip to content

Commit

Permalink
fix: Make HttpDataSourceProps extend BackedDataSourceProps instead of…
Browse files Browse the repository at this point in the history
… BaseDataSourceProps
  • Loading branch information
ScottRobinson03 committed Apr 2, 2024
1 parent b148e58 commit 7d3051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/lib/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export interface AwsIamConfig {
/**
* Properties for an AppSync http datasource
*/
export interface HttpDataSourceProps extends BaseDataSourceProps {
export interface HttpDataSourceProps extends BackedDataSourceProps {
/**
* The http endpoint
*/
Expand Down

0 comments on commit 7d3051a

Please sign in to comment.