aws-lambda-cpp
aws-lambda-cpp copied to clipboard
Segmentation faults with Ubuntu 20.04
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?