Ich habe mit DynamoDB und der Vogels ORM-Bibliothek gearbeitet. Aus irgendeinem Grund habe ich einen Fehler erhalten, den ich nicht beheben kann. var BlogPost = vogels.define('BlogPost', {
hashKe
Hier ist meine Bestimmung des Modells: var Notification = vogels.define('Notification', {
tableName: 'notification',
hashKey: 'notification_id',
rangeKey: 'createdAt',
timestamps: