The Strands Agents SDK is an open-source framework for building AI agents in just a few lines of code. Developers define a set of tools and a system prompt, and the underlying model handles reasoning, planning, and execution. Custom tools are registered with a single decorator, and the SDK manages the full agentic loop from invocation to response.
Amazon Bedrock is a fully managed service that provides access to high-performance foundation models from Amazon and leading AI providers. The Amazon Nova Lite foundation model is a fast, cost-efficient model from Amazon's Nova family that supports tool use and multi-step reasoning out of the box.
In this lab, you will build and deploy an agent powered by the Strands Agents SDK to AWS Lambda, implement custom tools that the agent can reason over and chain together, and observe the full agentic loop.
Upon completion of this beginner-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisites: