Update readme

This commit is contained in:
Aiden Dai
2025-02-10 15:48:34 +08:00
parent c39f6bc942
commit 1cb8a6a603
2 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ If you find this GitHub repository useful, please consider giving it a free star
Please check [Usage Guide](./docs/Usage.md) for more details about how to use the new APIs.
> **Note:** The default model is set to `anthropic.claude-3-sonnet-20240229-v1:0` which can be changed via Lambda environment variables (`DEFAULT_MODEL`). You can call the [Models API](./docs/Usage.md#models-api) to get the full list of model IDs supported.
## Get Started
@@ -84,6 +83,9 @@ After creation, you'll see your secret in the Secrets Manager console. Make not
1. Sign in to AWS Management Console, switch to the region to deploy the CloudFormation Stack to.
2. Click the following button to launch the CloudFormation Stack in that region. Choose one of the following:
- **ALB + Lambda**
[![Launch Stack](assets/launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/create/template?stackName=BedrockProxyAPI&templateURL=https://aws-gcr-solutions.s3.amazonaws.com/bedrock-access-gateway/latest/BedrockProxy.template)
- **ALB + Fargate**