Add an efficient count for the entire unfiltered table #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We can obtain a rough item count using the
describeTable
API call on Dynamo. This can be used to very quickly return the number of items in the table when no filters are needed. This could possibly be made even faster by doing this using VTL and not using Lambda at all.The text was updated successfully, but these errors were encountered: