Hi :wave: is there any tutorial on how to create ...
# ask-community-for-troubleshooting
k
Hi 👋 is there any tutorial on how to create airbyte connections dynamically? in detail: I want to deploy airbyte on AWS and setup connections, sources, destinations dynamically from my backend service (also deployed on AWS). By dynamically I mean without using the GUI.
✅ 1
k
@Pras are there any examples on how to use the API to build a connection?
p
Not that I can recollect. If you are familiar with swagger UI you can use the yaml from GitHub and load it (personally like swagger UI than this one) Basically you need to use 3-4 APIs: create source, create destination and then create connection. If you configured the connection to be manual, then need trigger sync.