We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id: string type: 'news' createdAt: timestamp updatedAt: timestamp title: string content: string
getById: PK: type#id sortByCreatedAt: PK: type SK: createdAt
id: string code: string type: 'course' week: number period: number name: string teacher: string term: string target: string isRemote: bool zoomUrl: string classRoom: string
getByWeekPeriod: PK: type SK: week#period#code getByCode: PK: type SK: code#week#period
id: string type: 'user' course: '1#1': string # ... '7#7': string
getById: PK: type#id
- Base PK: News: type Course: type User: type SK: News: id Course: id User: id LSI: - News: createdAt Course: week#period#code - Course: code#week"period
The text was updated successfully, but these errors were encountered:
No branches or pull requests
クエリ
エンティティ
News
クエリ
データ
スキーマ
Course
クエリ
データ
スキーマ
User
クエリ
データ
スキーマ
テーブル定義
The text was updated successfully, but these errors were encountered: