<div dir="ltr"><div>Thank everyone for the reply.</div><div><br></div><div>Regarding the KSUUID, understood.</div><div><br></div><div>For the serverless part, lamda is limited to 15 minutes, that is right.</div><div>But what do you think about the following design?</div><div><ol><li>Have a bunch of lambda functions each corresponds to a certain event.</li><li>No data is stored in memory all go to Dynamo DB.</li><li>On the event triggered from FreeSWITCH Lamda queries the Dynamo DB for the config and related call data.</li><li>Lambda does processing and sends the commands to FreeSWITCH</li><li>Lambda updates the Dynamo DB.</li></ol><div>In case you agree that the above design might work, what do you think about the tech stack to use?</div><div>I was thinking about python switchio (<a href="https://github.com/friends-of-freeswitch/switchio">https://github.com/friends-of-freeswitch/switchio</a>), but </div><div>1) In the case of using serverless there is no need to use the async approach from the ESL engine</div><div>2) I am not sure it is developed anymore</div><div><br></div><div>Maybe vanilla python ESL will work fine in this case.</div><div>Please advise.</div><div><br></div><div>Best regards,</div><div>Nikolay Zaytsev</div></div><div><br></div><div class="gmail_quote"></div></div>