Open Issues Need Help
View All on GitHubAI Summary: Implement a full CRUD (Create, Read, Update, Delete) system for Events and Speakers within an AWS Amplify application. This includes creating database models, resolvers, UI components for both public-facing event pages and an admin panel, image uploading to S3, and potentially migrating historical data. The system should handle relationships between Events and Speakers (one-to-many).
Site institucional da Comunidade AWS criado em Collabs
AI Summary: Integrate a chatbot into a Vue.js website using the Gemini API (initially) for FAQs about AWS and events. This involves creating a chat service, a chat widget component, a Lambda proxy for API key security, and DynamoDB persistence for chat logs. Future migration to Amazon Bedrock/SageMaker is also planned.
Site institucional da Comunidade AWS criado em Collabs
AI Summary: Develop a CRUD module for blog posts with future support for comments, using DynamoDB for data storage and GraphQL/Lambda resolvers. This includes creating an admin panel, handling Markdown rendering, image storage in S3, and implementing frontend components for listing and viewing blog posts. The task requires modeling a DynamoDB table, generating a GraphQL schema, and creating Vue Router routes.
Site institucional da Comunidade AWS criado em Collabs