Skip to content

Commit

Permalink
New notice for BedrockInvokeModel regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Gama committed Sep 3, 2024
1 parent 52e0a46 commit a196412
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a196412

Please sign in to comment.