A serverless project built on AWS that generates fun and witty cloud-computing facts using generative AI.
- Built from scratch with guidance from Tech with Lucy’s AWS course
- Combines Serverless architecture + GenAI for dynamic fact generation
- AWS Lambda – Serverless compute for processing and generating facts
- Amazon API Gateway – Publishes the Lambda function via a REST API
- Amazon DynamoDB – NoSQL database storing cloud fun facts
- Amazon Bedrock – Adds wit and personality using generative AI
- AWS Amplify – Hosts and deploys the React frontend
- AWS IAM – Provides secure access control across services
- Deploy backend using Lambda + API Gateway
- Add DynamoDB for data persistence
- Integrate Amazon Bedrock for generative AI enhancements
- Deploy frontend through AWS Amplify (or S3 in the GenAI version)
Please review the full documentation for detailed implementation steps.
Full step-by-step instructions are available in the documentation.
