awslabs / awslabs/agentcore-samples
01-tutorials - [Content Improvement]
Open
01-tutorials
07-AgentCore-E2E
documentation
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
**Which component is impacted by this improvement?**
- [ ] 01-AgentCore-runtime
- [ ] 02-AgentCore-gateway
- [ ] 03-AgentCore-identity
- [ ] 04-AgentCore-memory
- [ ] 05-AgentCore-tools
- [ ] 06-AgentCore-observability
- [x] 07-AgentCore-E2E
**Improvement Description**
```
Update lab-03-agentcore-gateway.ipynb Step 2 notebook text to match the lambda function
- if get_tool_name(event) == \"check_warranty_status\":\n",
+ if resource == \"check_warranty_status\":\n",
```
Contributor guide
Assessment
This issue has not been assessed yet.