This blueprint leverages web sockets. Is it possible to implement the same type of application using event bridge instead of web sockets?
Build a chat translation assistant with the AWS Translate service
One of our web development teams was able to leverage the blueprint to pull web messages in real-time for processing in AWS and they want to avoid websocket connections. Their preference is eventbridge. With websockets I'm told since it is browser UI driven, every Genesys Cloud tab opened by an agent creates a new session with their app. This leads to lot of overhead trying to manage the multiple instances. If they can utilize eventbridge, the idea is there would be only one event trigger per conversation associated with the agent. Then they can sync communication with the one app across multiple tabs.
Their main goal is to receive Genesys Cloud web message interaction messages in real-time so they can process them in AWS. The blueprint essentially does that with the context of translating the conversation. They are don't need the translation, so they are using the relevant portions for their purposes. Unfortunately, the solution uses websockets which leads to the issue mentioned above.
#PlatformAPI#PlatformSDK#WebMessaging------------------------------
Corey Blosser
Wolters Kluwer
------------------------------