Skip to content

Commit

Permalink
Merge branch 'main' into fix/ecs-ami-linux2-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Konosh93 authored Apr 20, 2024
2 parents d3c0599 + 1d16304 commit c93abba
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 c93abba

Please sign in to comment.