mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* 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
17 lines
224 B
Plaintext
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 |