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

[backlog] realtime communication between UI and micro backend #61

Open
raylrui opened this issue Oct 31, 2024 · 0 comments
Open

[backlog] realtime communication between UI and micro backend #61

raylrui opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
backlog desired work that needs to be completed

Comments

@raylrui
Copy link
Contributor

raylrui commented Oct 31, 2024

Just thinking, in some use case:

  1. notification(broadcasting) of Sync Metadata succeed, runs succeed, etc ...

Some suggested ways,

  1. apigateway-websocket-api, refer link: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html, step: UI establishes a WebSocket connection; API Gateway WebSocket API manages connections and routes; Lambda Functions handle connection management and broadcasting messages asynchronously; DynamoDB Table stores connection IDs for broadcasting.
@raylrui raylrui added the backlog desired work that needs to be completed label Oct 31, 2024
@raylrui raylrui self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog desired work that needs to be completed
Projects
None yet
Development

No branches or pull requests

1 participant