- agent: Quarkus application implementing AWS Bedrock Agent Runtime HTTP protocol
- agent-st: System tests for the agent
- cdk: AWS CDK infrastructure deploying the agent as AgentCore Runtime
- Java 25
- Maven
- AWS credentials configured (via
aws configureor environment variables) - CDK bootstrapped in target account and region:
cdk bootstrap
./buildAndDeployDontAsk.shThe agent implements AWS Bedrock Agent Runtime HTTP contract:
POST /invocations- agent invocation endpointGET /ping- health check endpoint
-
AgentRuntimeId: Identifier of the deployed agent runtime
-
AgentArn: ARN of the deployed agent runtime
-
BCE Architecture Design Pattern - This project organizes code using the Boundary-Control-Entity pattern
-
This project is a member of Constructions Cloud. See you at: airhacks.live