amazon-connect / amazon-connect-realtime-transcription

Transcribe Live Customer Audio for Amazon Connect using Amazon Kinesis Video Streams and Amazon Transcribe
MIT No Attribution
163 stars 99 forks source link

Increasing Lambda limit for recording length #36

Closed philManWithBeard closed 4 years ago

philManWithBeard commented 4 years ago

Hi there, I need to increase the Lambda limit for a recording from the 15 minutes stated in your documentation to potentially 3 hours. I can see that the Lambda timeout can't be extended over 15 minutes though. Is there a way of sending a regular wake up to stop it timing out? Kind regards Phil

efh365 commented 4 years ago

Hi Phil, If you need the limit to last longer than 15 minutes you will need to use an EC2 instance or Fargate. Lambda cannot run longer than 15 minutes.