Skip to content

Commit 1d16304

Browse files
chore: add l1s into bedrock library (#29911)
Because we already had a library under this namespace, our automation didn't do all the setup steps when the schema was updated. This adds the bedrock L1s. ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 8bb8c55 commit 1d16304

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/aws-cdk-lib/aws-bedrock/.jsiirc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package": "software.amazon.awscdk.services.bedrock"
55
},
66
"dotnet": {
7-
"namespace": "Amazon.CDK.AWS.Bedrock"
7+
"package": "Amazon.CDK.AWS.Bedrock"
88
},
99
"python": {
1010
"module": "aws_cdk.aws_bedrock"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// AWS::Bedrock Cloudformation Resources
2+
export * from './bedrock.generated';
13
export * from './foundation-model';
24
export * from './model-base';
3-
export * from './provisioned-model';
5+
export * from './provisioned-model';

0 commit comments

Comments
 (0)