AWS Lambda – comparing platform performances
As Lambda adds nodejs 6.10 to its supported platforms I wondered if there’s any performance differences between the platforms. Thankfully the templates in the Serverless framework make it a relative breeze to test it out with a simple HelloWorld function. The Test see the test code here. I created a simple Lambda function for each platform that will …