-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bedrock: L1 constructs error #29966
Comments
@Samir-AWS , Thanks for reporting this issue. I am also facing the same deployment issue as shared by @ssinghgai. I see there is some mismatch in the Cfn Service spec mentioning the StorageConfiguration - and the CDK Documentation for CfnKnowledgeBaseProps. CDK imports servicespec using spec2cdk and based on the package.json, current latest CDK release is using 0.0.64 . I also see some discrepancies in documentation as well - Here is AWS Documentation and this is CDK documentation. Marking the issue as appropriate. |
I can confirmed The aws-bedrock-knowledgebase.json of awscdk-service-spec@v0.0.65 is having Looks like the most recent aws-cdk-lib@2.139.0 is still using awscdk-service-spec@0.0.64 I believe the next aws-cdk release should include awscdk-service-spec@0.0.65 that has the |
The addition of resources in cdk migrate (in cdk-from-cfn) is independent of their addition into aws-cdk-lib. We had been blocked from releasing in that repo due to an unrelated issue so no updates made it into the last cdk release. We can now release again so these updates should make it into the next release. |
Hi @Samir-AWS. This PR has added |
|
Thank you team for fixing this issue. However, the deployment issue still exists in
|
@Samir-AWS It doesn't look like |
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
Bedrock L1 constructs have been added via #29911 in version 2.139.0
Issue1
Unable to use cdk migrate to generate it from a CloudFormation stack
Issue2
CfnKnowledgeBase class is missing a required property
StorageConfiguration
in CfnKnowledgeBasePropsIssue3
I tried to deploy without this property anyway and ran into another issue-
Expected Behavior
StorageConfiguration
Current Behavior
AWS::Bedrock::KnowledgeBase
is invalid withoutStorageConfiguration
propertyReproduction Steps
C#
Possible Solution
No response
Additional Information/Context
DotNet
Amazon.CDK.Lib
NuGet version- 2.139.0OS- MacOS Sonoma
CDK CLI Version
2.139.0
Framework Version
No response
Node.js Version
18.17.0
OS
MacOS Sonoma 14.4.1
Language
.NET
Language Version
8.0.201
Other information
No response
The text was updated successfully, but these errors were encountered: