aws-samples/aws-serverless-ai-stories
Example open source event-driven application that generates a new bed time story for your children every night using Lambda, EventBridge, DynamoDB, App Runner, ChatGPT and DALL-E.
ArchivedCombines DynamoDB Streams with EventBridge Pipes to trigger fan-out processing across multiple AI services—ChatGPT generates personalized narratives while parallel Lambda functions create audio via Amazon Polly and images via DALL-E, with results cached in S3 using signed URLs. The frontend Next.js application deployed on App Runner queries DynamoDB directly, implementing graceful fallbacks for eventual consistency between story creation and media generation, demonstrating practical patterns for coordinating async multi-stage workflows in serverless architectures.
151 stars. No commits in the last 6 months.
Stars
151
Forks
45
Language
TypeScript
License
MIT-0
Category
Last pushed
Mar 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/aws-samples/aws-serverless-ai-stories"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
dawmro/teller_of_tales
Create narrated video story from book chapter using NLP, OpenAI and StableDiffusion.
murakn/infinite_content
Generate endless stories!
CodingBull-dev/story-gpt
Generate a story with an image from a prompt using OpenAI's GPT
dokar3/abais
AI generated stories by GPT and Stable Diffusion.
RaheesAhmed/brand-story-creator
A comprehensive Express.js application with OpenAI integration for generating brand stories and...