You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdettai edited this page Jan 27, 2021
·
2 revisions
This is a nice drawing describing the current infrastructure of Buzz:
Design remarks:
All the resources run inside a VPC. This allows them to communicate without exposing any endpoint publicly.
Buzz uses a container running on Fargate to act as reducer (HComb). This is one way among others to allow Lambdas to exchange data between each other. We believe it is the best solution to keep the latency of queries as low as possible. The drawback is that the container initialization time is quite long, which makes the first query very slow!