-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds replicator stack by moving its content out of CARPARK on the direction to #50 Implementation details: - replicator-stack has 2 queues, one to replicate CARs and other to replicate .idx files. At first I was attempting to do both in one single queue. Ended up moving to 2 queues because I would need to have handlers to identify origin bucket and have a hardcoded mapping where I would see if it was carpark/satnav and with that select the appropriate CF destination bucket. - while my decision for 2 queues was based on the above, it might actually be the best approach to not have queues throttling flow on copies from independent buckets. - also important noticing that despite 2 queues, there is only one handler function code. The lambda code is the same, but it is injected with destination BUCKET_NAME according to the queue it is handling. Closes #54 Co-authored-by: Oli Evans <oli@protocol.ai>
- Loading branch information
1 parent
6cca987
commit b91742d
Showing
18 changed files
with
484 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.