chore(bedrock): support L1 Construct for Amazon Bedrock#29900
Closed
chore(bedrock): support L1 Construct for Amazon Bedrock#29900
Conversation
Collaborator
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Collaborator
|
The addition of a new module requires more than just this single export. We also need to make sure that new constructs don't conflict with what's been created manually here. I'm going to close this PR as I am currently working on this one as well. |
Contributor
|
Oops. That comment above was me. I was working on fixing our automation at the same time as leaving some comments. |
This was referenced Apr 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (if applicable)
Closes #29858
Reason for this change
L1 CloudFormation resource definitions are updated in v2.138.0 (#29798), however, the resources are not exported in the aws-bedrock module.
This change enables developers to use L1 Constructs for Amazon Bedrock.
Description of changes
I added an export statement for the aws-bedrock module.
Description of how you validated changes
This change doesn't contain any L2 construct updates.
I locally check the availability of L1 Constructs such as
CfnKnowledgeBase,CfnAgent.Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license