Skip to content

Commit

Permalink
chore: add l1s into bedrock library (#29911)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
TheRealAmazonKendra committed Apr 20, 2024
1 parent 8bb8c55 commit 1d16304
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 1d16304

Please sign in to comment.