3 Open Issues Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Web Development Website Development (AWS)
enhancement help wanted good first issue

Site institucional da Comunidade AWS criado em Collabs

Vue
Web Development Website Development (AWS)

AI 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).

Complexity: 4/5
enhancement good first issue

Site institucional da Comunidade AWS criado em Collabs

Vue
Web Development Website Development (AWS)

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.

Complexity: 4/5
enhancement help wanted good first issue

Site institucional da Comunidade AWS criado em Collabs

Vue