diff --git a/data/notices.json b/data/notices.json index 98c1089..a0963a3 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "", + "issueNumber": 31302, + "overview": "Previously, the BedrockInvokeModel outputPath parameter could be used to select a portion of the model output to pass to the next state. Now, the outputPath parameter is assumed to be an S3Uri where the model output should be saved. The parameter can no longer be used to select model output and pass it to the next state.", + "components": [ + { + "name": "aws-cdk-lib.aws-step-functions-tasks.BedrockInvokeModel", + "version": ">=v2.150.0 <=v2.155.0" + } + ], + "schemaVersion": "1" + }, { "title": "core: Stack crossRegionReferences and CfnJson fail with 'Error: Cannot find module'", "issueNumber": 28465,