Skip to content

Commit c9e17c4

Browse files
committed
Add Amazon Bedrock AgentCore Gateway integration to README and cleanup
- Added prominent Amazon Bedrock AgentCore Gateway integration in What's New section - Highlighted enterprise-grade AWS service connectivity features - Added reference to agents/agent.py for implementation examples - Enhanced .env.template with SRE Gateway auth token documentation - Removed unused parking_lot directory and its contents - Cleaned up repository structure for better organization
1 parent d4ddfa0 commit c9e17c4

File tree

6 files changed

+2
-1308
lines changed

6 files changed

+2
-1308
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ You can deploy the gateway and registry on Amazon EC2 or Amazon EKS for producti
5757

5858
## What's New
5959

60+
* 🚦 **Amazon Bedrock AgentCore Gateway Integration:** Seamless integration with Amazon Bedrock's AgentCore Gateway for enhanced AI agent capabilities and enterprise-grade AWS service connectivity. This integration enables direct access to AWS services through managed MCP endpoints with built-in security, monitoring, and scalability features. See [agents/agent.py](agents/agent.py) for implementation examples.
6061
* **JWT Token Vending Service:** Generate personal access tokens for programmatic access to MCP servers through a user-friendly web interface. Features include scope validation, rate limiting, and secure HMAC-SHA256 token generation. Perfect for automation, scripting, and agent access. [Learn more →](docs/jwt-token-vending.md)
6162
* **Modern React Frontend:** Complete UI overhaul with React 18 + TypeScript, featuring responsive design, dark/light themes, real-time updates, and integrated token management interface.
6263
* **IdP Integration with Amazon Cognito:** Complete identity provider integration supporting both user identity and agent identity modes. See [detailed Cognito setup guide](docs/cognito.md) for configuration instructions.

agents/.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ REGISTRY_URL=your_registry_url_here
2626

2727
ANTHROPIC_API_KEY=your_anthropic_api_key_here
2828

29+
# token for SRE Gateway (Amazon Bedrock AgentCore Gateway)
2930
SRE_GATEWAY_AUTH_TOKEN=your_sre_gateway_auth_token_here

agents/parking_lot/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

agents/parking_lot/agent.py

Lines changed: 0 additions & 345 deletions
This file was deleted.

0 commit comments

Comments
 (0)