We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e77ec commit 010b333Copy full SHA for 010b333
contract-tests/tests/test/amazon/aws-sdk/aws_sdk_test.py
@@ -480,6 +480,7 @@ def test_bedrock_runtime_invoke_model_amazon_nova(self):
480
remote_operation="InvokeModel",
481
remote_resource_type="AWS::Bedrock::Model",
482
remote_resource_identifier='amazon.nova-pro-v1:0',
483
+ cloudformation_primary_identifier="amazon.nova-pro-v1:0",
484
request_specific_attributes={
485
_GEN_AI_REQUEST_MODEL: 'amazon.nova-pro-v1:0',
486
_GEN_AI_REQUEST_MAX_TOKENS: 800,
0 commit comments