aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

Segmentation faults with Ubuntu 20.04

Open NatxoM opened this issue 3 years ago • 0 comments

I've tried several times to use AWS Lambda runtime CPP with AWS SDK CPP on Ubuntu 20.04 and always had to back up to Ubuntu 18.04 because I encountered major issues when running my lambdas. Compilation was ok, but then I had segmentation faults, memory corruption problems, etc. Everything works as expected on Ubuntu 18.04.

Is it possible to use AWS Lambda runtime CPP with AWS SDK CPP on Ubuntu 20.04?

NatxoM avatar Jan 28 '22 09:01 NatxoM