Building an app with Amazon Bedrock Studio - Amazon Bedrock Studio

Amazon Bedrock Studio is in preview release and is subject to change.

Building an app with Amazon Bedrock Studio

In Amazon Bedrock Studio you use the Build mode to create prototype apps that uses Amazon Bedrock models and features. You can also use the Build mode to try experiments not supported in the Explore mode playground, such as setting inference parmeters.

In the Build mode, you use a project to manage the apps that you create. An app can optionally use Amazon Bedrock components, such as function calling, or guardrails. You can also collaborate on a project by sharing the project with other team members. For more information, see Sharing an Amazon Bedrock Studio project.

In this section you create a simple app that creates song playlists for a radio station. Later you add the following features.

  • A guardrail to prevent songs with inappropriate song titles.

  • A data source that lets the app create playlists using your unique song information.

  • A function that gets today's top 10 songs.