An open API service indexing awesome lists of open source software.

https://github.com/rockncoder/aws-lambda-language-vs-performance


https://github.com/rockncoder/aws-lambda-language-vs-performance

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# AWS Lambda Language vs. Performance #

Let's compare the AWS Lambda Performance of four popular languages:
* Node.js (v18.x)
* Python (v3.9)
* C# (.NETCore 6)
* Go (v1.20.2)

Each will make a call to the same MongoDB database and return 100 elements.
We will use K6 to compare the performance of the implementations.