This is the update to my post about not being able to run my Haskell AWS Lambda function.
So, I think I figured it out. These are some of the various things I tried which didn’t work:
Neither of these experiments fixed the problem.
What did seem to fix the problem, however, was… Wait for it…
… Increasing the amount of RAM in the Lambda function’s environment. I increased the RAM from the default (128 MB) to 1 GB and I seem to have achieved reliable execution of my function.
I suppose this shouldn’t have surprised me.
Content © 2024 Richard Cook. All rights reserved.