'Can Amazon Connect be integrated with a backend service?

I have been working on developing a chat-bot for an application. I want to use Amazon Connect to power chat-bot. I wanted to understand, if there is a way through which Amazon Connect fetches response from my backend service whenever client posts a question in chatbox.

Expected flow

client (asks question) ---> AWS Connect (calls service) ---> My backend Service (sends response for the question)

Thanks



Solution 1:[1]

You can integrate the contact flow with a lambda function, then use the lambda function to call your own backend service.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 B... James B.