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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ They all share the same DynamoDB table so need to compete for read resource.
14
14
The DynamoDB table has a randomly generated partition key to avoid 'hot' partitions.
15
15
Each Lambda function bundles the minimal dependencies - usually just a library for JSON Schema validation and the necessary AWS / runtime dependencies.
16
16
17
+
One of my colleagues has [extended the prototype](https://github.com/bmcgavin/lambda-benchmark) to also test Java through GraalVM.
0 commit comments