-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New serverless pattern - alb-ecs-bedrock-agents-cdk-dotnet #2489
Open
tejasavora
wants to merge
23
commits into
aws-samples:main
Choose a base branch
from
tejasavora:tejasavora-feature-alb-ecs-bedrock-agents-cdk-dotnet
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New serverless pattern - alb-ecs-bedrock-agents-cdk-dotnet #2489
tejasavora
wants to merge
23
commits into
aws-samples:main
from
tejasavora:tejasavora-feature-alb-ecs-bedrock-agents-cdk-dotnet
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…OSS Collection, Index creation, Data Ingestion, Action group Lambda handler and Agent Alias creation.
… to test full stack from local machines. FIxing errors/issues with BedrockAgent stack.
marcojahn
requested changes
Nov 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tejasavora, thank your for your contribution. I've tested the code and it works. Could you please review and fix the few requests for the readme file and architecture diagram I've added? TY
…updating Haiku to 3.5 from 3.0
Adding deployment timings in README Co-authored-by: Marco <[email protected]>
…ion from console as well as How to add new documents to S3 and sync for indexing.
…nd some minotr changes.
…ck-agents-cdk-dotnet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.