Hi folks,
How complicated it is to implement an executor for Airbyte to allow running connectors on AWS Lambda (instead of EKS)?
(I am asking, because we are using AWS Lambda as our main runtime and it’s been a breeze)
According to this doc , the Function timeout is 900 seconds (15 minutes) which would be a big problem for jobs.
k
Kriti (Postman)
08/31/2021, 11:58 AM
Won’t it be expensive to use lambdas for such use case? I believe that it suits the best for more often but faster executions.
I suppose it won’t fit for full-refresh approach but it could work for incremental sync.
Also probably step functions could be used for long-running computations but needs more complex logic + the price will be much higher than using just eks.
u
user
08/31/2021, 4:43 PM
Based on our usage AWS Lambdas are very cheap compared to on-demand/spot compute instances.