Skip to content

Commit 057e0f6

Browse files
authored
fix: removing patches for bedrock resources (#1760)
1. The issue building source model db, due to error importing "oneOf" union type, was fixed by #1666. 2. The patches prevent the CDK L1 to be updated automatically. After this fix, the modifications in Bedrock resources will automatically be applied to the CDK L1 constructs. This should address the concern from this comment: aws/aws-cdk#33980 (comment)
1 parent 646d89e commit 057e0f6

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
lines changed

packages/@aws-cdk/aws-service-spec/build/patches/service-patches/bedrock.ts

-69
This file was deleted.

packages/@aws-cdk/aws-service-spec/build/patches/service-patches/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export { SERVICE_PATCHERS as EXCEPTIONS_PATCHERS } from './core';
1414
// Services
1515
import './autoscaling';
1616
import './batch';
17-
import './bedrock';
1817
import './cloudformation';
1918
import './codebuild';
2019
import './cognito';

0 commit comments

Comments
 (0)