I have problem with AWS lambda, when I trying to get list of objects from S3 bucket. I amd doing it via boto3 paginator:
but I cannot to receive the data from paginator as results. Tricky is that I can do it on local machine, but when I try to do this via deployed aws lambda - it is just gone to the time out.