This Pull Request implements an AI-powered travel service using AWS CDK with .NET. Key components and changes include:
Bedrock Agent Integration: Implemented an AI agent using Amazon Bedrock for natural language interactions with customers.
Knowledge Base: Created a vector database using Amazon OpenSearch Serverless to store and quickly retrieve travel information and policies.
Action Groups: Defined action groups for the Bedrock agent, including a flight search functionality.
Lambda Functions: Developed Lambda functions to handle specific tasks such as flight searches and data processing.
ECS with Fargate: Set up Amazon ECS with Fargate to host the main travel service application.
Application Load Balancer: Implemented an ALB to route incoming requests to the ECS tasks.
CDK Stack: Created a comprehensive CDK stack in .NET to define and deploy all AWS resources.
API Schema: Defined an API schema for the flight search functionality.
Error Handling: Implemented robust error handling and logging mechanisms.
Documentation: Added detailed README.md and example-pattern.json files to explain the solution architecture, deployment process, and testing procedures.
Testing: Included curl commands and instructions for testing the deployed service.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: N/A
Description of changes:
Description of changes:
This Pull Request implements an AI-powered travel service using AWS CDK with .NET. Key components and changes include:
Bedrock Agent Integration: Implemented an AI agent using Amazon Bedrock for natural language interactions with customers.
Knowledge Base: Created a vector database using Amazon OpenSearch Serverless to store and quickly retrieve travel information and policies.
Action Groups: Defined action groups for the Bedrock agent, including a flight search functionality.
Lambda Functions: Developed Lambda functions to handle specific tasks such as flight searches and data processing.
ECS with Fargate: Set up Amazon ECS with Fargate to host the main travel service application.
Application Load Balancer: Implemented an ALB to route incoming requests to the ECS tasks.
CDK Stack: Created a comprehensive CDK stack in .NET to define and deploy all AWS resources.
API Schema: Defined an API schema for the flight search functionality.
Error Handling: Implemented robust error handling and logging mechanisms.
Documentation: Added detailed README.md and example-pattern.json files to explain the solution architecture, deployment process, and testing procedures.
Testing: Included curl commands and instructions for testing the deployed service.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.