Jon Seed
Jon Seed
AWS step functions did not exist when this project was first created. As a result, we had to come up with our own "state machine" implementation to manage the replication...
Currently, copying/backfilling the replica for an existing table is left to the user. Although this is _ideally_ only a one time operation, it remains tedious, and complicates the initial deployment/setup...
We currently use a cloudformation preprocessor to get environment/deployment/stack specific values to our lambda functions. This could be greatly simplified with lambda environment variables, which did not yet exist at...
In implementations of the `Beacon::addOrUpdate` method, `uint8_t` is used for the loop index. If there are more than 255 beacons in the vector, the variable will overflow, causing an infinite...