In this example project, we demonstrate Website content Summarization using AWS Bedrock Anthropic's Claude 3.5 Sonnet Foundation model and expose 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.5 Sonnet model for Content Summarization
- Uses user provided Website URL for parsing data
- Generates a Summary of the Website content
- 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.5 Sonnet model
- AWS Bedrock Foundation Models