Error when I import Python library in AWS Lambda
When I run my Lambda function on AWS, the execution causing the following error:
Error: Runtime exited with error: signal: segmentation fault Runtime.ExitError
AWS Lambda function unexcepted calls another lambda function multiple times
I have a python AWS lambda function, part of its code is upload files to S3 bucket and call another lambda function to process it.