feat(bedrockagentcore): graduate to stable 🚀#37876
Conversation
|
PRs without a linked issue will receive lower priority for review and merging. Please update the description to follow the PR template and include a line like |
|
|
||||||||||||||
|
|
||||||||||||||
c3cf06b to
a68cc40
Compare
e2a4263 to
235bc45
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 4 minutes 19 seconds in the queue, with no time running CI. ReasonPull request #37876 has been dequeued The pull request rule doesn't match anymore. The following conditions don't match anymore:
HintYou should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@Mergifyio refresh |
Merge Queue Status
This pull request spent 35 seconds in the queue, including 5 seconds running CI. Required conditions to merge
|
|
Comments on closed issues and PRs are hard for our team to see. |
We are excited to graduate the
@aws-cdk/aws-bedrock-agentcore-alphamodule to STABLE.It now lives on as
aws-cdk-lib/aws-bedrockagentcore.Migration Guide
BREAKING CHANGES
Renames
IGateway.nameIGateway.gatewayNameIGatewayTarget.nameIGatewayTarget.gatewayTargetNameBrowserCustom.nameBrowserCustom.browserCustomNameCodeInterpreterCustom.nameCodeInterpreterCustom.codeInterpreterCustomNameIMemoryStrategy.nameIMemoryStrategy.strategyNameMemoryStrategyCommonProps.nameMemoryStrategyCommonProps.strategyNameApiKeyCredentialProviderProps(gateway config)ApiKeyCredentialProviderOptionsApiKeyCredentialProviderResourceProps(constructor)ApiKeyCredentialProviderPropsEvaluatorReferenceEvaluatorSelectorEvaluatorReferenceBindResultEvaluatorSelectorBindResultDependency change
OverrideConfig.model: IBedrockInvokable(from@aws-cdk/aws-bedrock-alpha)OverrideConfig.model: IModel(fromaws-cdk-lib/aws-bedrock)metric()signatureRemoved
dimensions: DimensionsMappositional parameter. Resource dimension is now baked into the implementation. Additional dimensions can be passed viaprops.dimensionsMap.Before:
metric(metricName: string, dimensions: DimensionsMap, props?: MetricOptions): MetricAfter:
metric(metricName: string, props?: MetricOptions): Metric