rameshv29 05ada44c3f
Updated the folder structure and added AgentCore Observability (#139)
* updated the cognito setup, gateway creation using agentcore sdk

* added the config directory with test file

* updated the automation scripts and simplified the approach to install and test it

* updated the tool description in the target creation and updated readme file

* added agentcore observability for agentcore gateway

* updated architecture diagram

* Update observability section in README.md with more concise information

* removed old folder directory

* updated the tool description in the targets
2025-07-24 18:15:45 -07:00

17 lines
224 B
Plaintext

# Configuration files with sensitive information
config/*.env
*.env
# Virtual environment
venv/
# Lambda layer
psycopg2-layer.zip
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Local development files
.DS_Store