This example demonstrates how AWS Bedrock can be used for a Anthropic's Claude 3 Sonnet model using AWS Lambda and exposed as an API.
This project is developed using AWS CDK in TypeScript.
- Creates an AWS Lambda function that interacts with AWS Bedrock
- Uses Anthropic's Claude 3 Sonnet model for chat
- Creates an AWS API Gateway endpoint to expose the API
- Deploy the CDK code. Wait for the deploy to finish. It will print out the API endpoint for you to use.
- Learn about AWS Bedrock
- Anthropic's Claude 3 Sonnet model
- AWS Bedrock Foundation Models