How to handle AWS Lambda timeout? – Amazon web services
I have a lambda function that generates thumbnails on S3 Put event. It works fine. But I want to handle the case when it accidentally takes longer than reserved time(3 sec). It's because I'm fetching the lambda generated thumbnail by…