Skip to content

Commit 3716209

Browse files
Hyperlint Automation Fix
1 parent 0a2b73a commit 3716209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/providers/bedrock.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When making requests to Amazon Bedrock, ensure you have the following:
2727

2828
When making requests to Amazon Bedrock, replace `https://bedrock-runtime.us-east-1.amazonaws.com/` in the URL you're currently using with `https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/aws-bedrock/bedrock-runtime/us-east-1/`, then add the model you want to run at the end of the URL.
2929

30-
With Bedrock, you will need to sign the URL before you make requests to AI Gateway. You can try using the [`aws4fetch`](https://github.com/mhart/aws4fetch) SDK.
30+
With Bedrock, you will need to sign the URL before you make requests to AI Gateway. You can try using the ['aws4fetch'](https://github.com/mhart/aws4fetch) SDK.
3131

3232
## Examples
3333

0 commit comments

Comments
 (0)