Open SippieCup opened 7 years ago
My newest version scraps the PK generation methodology and connects to loopback via composite IDs. this allows for me to query by just hash key.
My new implementation currently cannot update via API, but thats only because I havent converted the update function. overall it seems to be performing well.
Error is due to the connector not creating a PK when no partition key is found available.
a possible hack to fix it would be appending a UUID to the
id
property if no sort key is found. The correct solution is probably implementing a new DAO for dynamodb which can handle loopback's generated methods correctly.