aws-samples / amazon-transcribe-live-call-analytics

Amazon Transcribe Live Call Analytics (LCA) Sample Solution
Other
77 stars 47 forks source link

Fix: Prevent START_CALL_PROCESSING if call has already ended. This re… #114

Closed rstrahan closed 8 months ago

rstrahan commented 8 months ago

Fix: Prevent START_CALL_PROCESSING if call has already ended. This removes possibility that START CALL PROCESSING picks up re-purposed KVS streams for a different callId.

Issue #, if available: N/A

Description of changes:

Add check for callStreamingEndTime value in callData, written to DynamoDB at end of call.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.