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
질문됨 4달 전116회 조회
2개 답변
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
답변함 4달 전
profile picture
전문가
검토됨 2달 전
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
답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠