Afternoon All -
So I think the title does say most of it but here goes. I'm new to the land of AWS and Lambda and having all sorts of fun learning this. I'm working on a project were I want to automagically merge two files stores in S3. I found this lambda function from the find folks at AWS (https://github.com/aws-samples/chime-voiceconnector-agent-assist/blob/master/infrastructure/function/src/retrieveMergedAudioUrl/lambda_function.py) and it references:
from pydub import AudioSegment
So what I haven't been able to quite figure out is, how do you import/build pydub in the world of lambda/serverless code.
Thanks,
Richard