awslabs / awslabs/agentcore-samples
01-tutorials - [Bug] Utils: delete_gateway called without required gateway_client argument
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
**In which component is this bug present?**
- [ ] 01-AgentCore-runtime
- [x] 02-AgentCore-gateway
- [ ] 03-AgentCore-identity
- [ ] 04-AgentCore-memory
- [ ] 05-AgentCore-tools
- [ ] 06-AgentCore-observability
- [ ] 07-AgentCore-E2E
If you are reporting multiple bugs, please create a separate issue for each. For documentation improvements, use the documentation improvement issue type.
**Bug Description**
A clear and concise description of the bug.
`delete_all_gateways` calls `delete_gateway(gatewayId)` without passing the required `gateway_client` argument. This raises a missing argument error since delete_gateway is defined as `delete_gateway(gateway_client, gatewayId)`.
**Screenshots**
If applicable, add screenshots to help explain your problem.
Contributor guide
Assessment
This issue has not been assessed yet.