The Amazon Bedrock service includes a runtime that allows you to interact with the Amazon Nova models using APIs. The runtime is designed to be used with AWS Lambda functions, and it abstracts the complexity of invoking models, allowing you to focus on the model's input and output.
In this lab, you will deploy two AWS Lambda functions using AWS Serverless Application Model (AWS SAM) templates. Both functions will use the Amazon Bedrock runtime to interact with the Amazon Nova models. The first function will generate a text response using the Amazon Nova Micro Model, and the second function will generate an image response using the Amazon Nova Canvas model.
Upon completion of this intermediate-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:
July 19th, 2025 - Updated lab instructions to use Amazon Nova Micro and Amazon Nova Canvas models. December 16th, 2024 - Resolved an issue preventing the lab from deploying