Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create a workflow test agent, websocket api, and UI #21

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

thantos
Copy link
Contributor

@thantos thantos commented Nov 17, 2022

No description provided.

@@ -0,0 +1,150 @@
import { activity, eventual } from "@eventual/core";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this example - great job.

Let's give it a better name than src/tester haha.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, thanks, sure.

@thantos thantos marked this pull request as draft November 17, 2022 18:36
"index.js",
Buffer.from(result.outputFiles![0]!.contents)
.toString("utf-8")
.replace("[WEBSOCKETURL]", apiStage.url)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you do this replacement using an esbuild define, so the token is inserted in the bundling step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants