Closed lukemurray7 closed 5 years ago
I'd suggest the correct approach for this would be via the schema, so from the examples in the docs:
const schema = {
propertyName: {
required: true,
default: 'any value'
unique: true // HERE
},
};
Can help with that later.
Probably look at adding it in here? https://github.com/PeakBI/jedlik/blob/develop/src/apply-schema.js
This is what I was intending also ☝️ should probably have written some stuff down 😆
Need to be able to add KeyConditionExpression to save (put) requests. It can either be
attribute_not_exists...
for create, orattribute_exists ...
for edit