cardboard.put is overloaded. We should divide it into distinct functions:
put an individual feature
update an individual feature
put a bunch of features
update a bunch of features
Running this out in parallel with #111 could allow us to eliminate some conditional requests and use batch-write requests to dynamo during mass-writes.
cardboard.put
is overloaded. We should divide it into distinct functions:Running this out in parallel with #111 could allow us to eliminate some conditional requests and use batch-write requests to dynamo during mass-writes.