Skip to content

Commit

Permalink
chore: add l1s into bedrock library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra committed Apr 19, 2024
1 parent 91246ac commit e4c308b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-bedrock/.jsiirc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package": "software.amazon.awscdk.services.bedrock"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Bedrock"
"package": "Amazon.CDK.AWS.Bedrock"
},
"python": {
"module": "aws_cdk.aws_bedrock"
Expand Down
4 changes: 3 additions & 1 deletion packages/aws-cdk-lib/aws-bedrock/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// AWS::Bedrock Cloudformation Resources
export * from './bedrock.generated';
export * from './foundation-model';
export * from './model-base';
export * from './provisioned-model';
export * from './provisioned-model';

0 comments on commit e4c308b

Please sign in to comment.