https://github.com/dbpprt/lambda-vs-function
A simple test suite to compare .NET Core Performance on AWS Lambda and Azure Functions
https://github.com/dbpprt/lambda-vs-function
aws azure azurefunctions lambda netcore
Last synced: 21 days ago
JSON representation
A simple test suite to compare .NET Core Performance on AWS Lambda and Azure Functions
- Host: GitHub
- URL: https://github.com/dbpprt/lambda-vs-function
- Owner: dbpprt
- Created: 2019-04-12T12:48:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T12:59:16.000Z (about 7 years ago)
- Last Synced: 2025-02-23T23:26:17.469Z (over 1 year ago)
- Topics: aws, azure, azurefunctions, lambda, netcore
- Language: HCL
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS Lambda vs. Azure Functions - Who has better cold-start performance?
This repository contains the following components:
* Azure Function /azure
* AWS Lambda /aws
* Terraform files to provision the infrastructure
* Build script ./build.ps1
I'm actually interested to compare the cold-start performance between both products. Startup time is actually the most critical factor when deciding to go "serverless".
## How to run it
Make sure you have the following tools installed:
* AWS CLI (please log-in)
* Azure CLI (please log-in)
* Terraform
* .NET Core SDK 2.2
* Powershell Core to run the build script
```
pwsh build.ps1
terraform apply ./infrastructure/
```