Skip to content

Commit a8a1801

Browse files
committed
Add readme.
1 parent 80bd154 commit a8a1801

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# AWS Lambda performance benchmark
2+
3+
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

Comments
 (0)