Best practices for integrating WDK into existing Express app on GCP (non-Vercel deployment) #598
Unanswered
technopahadi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I have an existing Express application running on GCP that I cannot migrate to Vercel. I'm interested in using WDK for durable workflows (with tight ai sdk integration) but I'm running into some architectural questions about the best integration path.
Current Setup
src/Challenges I've Identified
"use workflow"and"use step"directives. My existing Express app has its own build pipeline and a lot of dependencies insrc/that workflows would need to reference. Concerned about bundling issues with native modules, database clients, etc.@workflow/world-vercelas the backend while the Express app itself runs on GCP? This would give me the managed infrastructure without migrating my app.Questions
Thanks for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions