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
- Host: GitHub
- URL: https://github.com/rockncoder/aws-lambda-language-vs-performance
- Owner: Rockncoder
- Created: 2023-03-24T20:52:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T18:21:47.000Z (about 3 years ago)
- Last Synced: 2025-02-15T11:20:38.870Z (over 1 year ago)
- Language: C#
- Size: 1.78 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.