Skip to content

Commit 027e5a1

Browse files
author
AWS
committed
AWS AppSync Update: Add support for the Amazon Bedrock Runtime.
1 parent 94a78a3 commit 027e5a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS AppSync",
4+
"contributor": "",
5+
"description": "Add support for the Amazon Bedrock Runtime."
6+
}

services/appsync/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,8 @@
26492649
"HTTP",
26502650
"RELATIONAL_DATABASE",
26512651
"AMAZON_OPENSEARCH_SERVICE",
2652-
"AMAZON_EVENTBRIDGE"
2652+
"AMAZON_EVENTBRIDGE",
2653+
"AMAZON_BEDROCK_RUNTIME"
26532654
]
26542655
},
26552656
"DataSources":{

0 commit comments

Comments
 (0)