Hi, can I trigger airbyte sync from a lambda/post ...
# ask-community-for-troubleshooting
a
Hi, can I trigger airbyte sync from a lambda/post request? Or the only way to do it from outside of airbyte is to use airflow/dagster/prefect?
n
There is a public api that you can use to launch jobs, it’s a bit of a work in progress but you can check it out here: https://docs.airbyte.com/api-documentation/
m
You can use with Lambda/post request. The caller instance need to have access to Airbyte server or use a orchestrator tool like Airflow.
a
Thank you! Couldnt get it to work at first but then remembered I need to use private IP of the airbyte ec2 instance to connect within VPC from lambda