I ran into an issue in the dynamo batch delete code where a composite index wasn't being properly capitalized since it was a common initialism (i.e: it was giving me ms[i].Id instead of ms[i].ID). Luckily there's a handy utils function that handles these initialisms, so we should use it when generating the composite index for batch deletes.
[x] Run make build
[x] Run make generate
[x] Update the current version in the /VERSION file.
I ran into an issue in the dynamo batch delete code where a composite index wasn't being properly capitalized since it was a common initialism (i.e: it was giving me
ms[i].Id
instead ofms[i].ID
). Luckily there's a handyutils
function that handles these initialisms, so we should use it when generating the composite index for batch deletes.make build
make generate
/VERSION
file.