Building a Storytelling App with AWS Amplify AI Kit

Опубликовано: 16 Июль 2026
на канале: AWS Developers
2,148
32

In this tutorial we'll deep diving into building a story telling application using AWS new Amplify AI kit. We'll create a nice story generation website, using Vite, React and Tailwind. We'll then use AWS Amplify AI kits new conversation chat feature, with Amazon Bedrock Knowledge Base, and other data sources to generate more stories.

We'll use Anthropic's Claude 3 Haiku as our large language model.

Resources:
🛠️ GitHub: https://github.com/aws-samples/amplif...
📚 Learn more: https://docs.amplify.aws/react/ai/set...

Follow AWS Developers!
📺 Instagram: https://www.instagram.com/awsdevelope...
🆇 X: https://x.com/awsdevelopers
💼 LinkedIn:   / aws-developers  
👾 Twitch:   / aws  

0:00 Introduction
0:27 Demo of story generation
01:00 Walkthrough of schema resource.ts file
02:00 Look at chat mode with our Chat.tsx file
02:55 responseComponents and how it works
03:50 Adding summarization with summarizer
05:04 Using the getNews API
06:32 Setting up KnowledgeBase and demo
07:30 Uploading files demo
08:08 Conclusion

#Amplify #AmplifyAIKit #frontend