Amazon Connect block "Error" branch information

1

For example "Get Customer Input" block exits with "Error" branch. I whant to make a call to lambda function and provide some information about error to lambda. Is there any way to get error description at this moment? Maybe some attribute?

  • +1 (CFBR)

    Enter image description here

    It would be great to have!

Daniil
asked 3 months ago105 views
2 Answers
0

There is no direct access to the error details hence a block returns an error condition from the Contact Flow. Depending on your use-case you may want to ensure you have Logging enables on your Contact Flow and handle the error message from the CloudWatch Log which is being created for every contact. When calling the Lambda you can reference the ContactID to find the right log stream for that.

See more information on Best Practices for Amazon Connect and Track Events as customers interact with flows .

profile pictureAWS
faddi
answered 3 months ago
profile picture
EXPERT
reviewed 2 months ago
0

Yes, I know that there is an error inside logs and I also know that we can create subscription filter for log group and invoke lambda from there. But the problem is that this log entry does not contains any information about contact attributes such as user defined attributes, system etc. only contactId. We have to search across all log entries with this contactId to find some usefull information.

Daniil
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions