You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runs basic [Express](https://www.npmjs.com/package/express) and [Sharp](https://www.npmjs.com/package/sharp) benchmarks on AWS Lambda on x86-64 and ARM64 functions of various sizes.
4
+
5
+
## Requirements
6
+
7
+
* Node.js
8
+
* Docker
9
+
* AWS CLI
10
+
* Pulumi
11
+
12
+
## Setup
13
+
14
+
1.`npm i && cd docker && npm i && cd ..`
15
+
2.`pulumi up -y`
16
+
3.`npm run docker`
17
+
4. Go to the AWS Lambda console and run `lambda-benchmarks-main-runner` function.
18
+
19
+
## Credits
20
+
21
+
Photo by [Errin Casano]([https://www.pexels.com/@errin-casano-1240439?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels) from [Pexels](https://www.pexels.com/photo/rocky-mountains-under-blue-sky-2356059/?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels)
0 commit comments