sample-agentic-ai-with-claude-agent-sdk-and-amazon-bedrock-agentcore
Hands-on workshop building and deploying agents on AWS
Explains to the AI coding assistant how the AgentCore project is structured, that the JSON config files are the source of truth, and which CLI commands to use for validating, deploying, and invoking agents.
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install the AgentCore workshop?โผ
Run `npx skills add aws-samples/sample-agentic-ai-with-claude-agent-sdk-and-amazon-bedrock-agentcore --all -g -y` in your terminal to install all skills in this suite globally.
What does this workshop teach?โผ
It walks you through building an agent locally, deploying it to Amazon Bedrock AgentCore, adding cross-session memory, and tracing it in CloudWatch, plus an optional text-to-SQL analytics track.
Do I need an AWS account to use it?โผ
Yes. You need an AWS account with Amazon Bedrock model access, configured AWS credentials, Python 3.11, uv, and Node.js 18 or later.
Can beginners follow this workshop?โผ
Yes. Each module is self-contained with its own setup script and guided notebook, so you can follow along step by step without prior agent experience.
Does it cover text-to-SQL analytics?โผ
Yes. The advanced track builds an agent that turns plain-English questions into SQL queries on Amazon Athena, with skills for enrollment and financial data analysis.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides