Skip to content

Commit c23f319

Browse files
committed
(rust): Write the event to DynamoDB
1 parent e5c0568 commit c23f319

File tree

6 files changed

+1261
-36
lines changed

6 files changed

+1261
-36
lines changed

TODO.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
- Python
66
- Ruby
7-
- Rust
87
- Java
98

9+
- Use futures / async to write to DynamoDB concurrently in the Rust lambda
10+
1011
## Infrastucture
1112

1213
- Deploy the other lambdas
1314

1415
## Benchmark
1516

16-
- Filter out reports from invocations that failed
1717
- Plan how to benchmark the lambdas
18-
- Where to put data for analysis
1918
- Initial analysis - see what's there
2019
- Script for reproducible analyses

benchmark/scripts/download_log_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
import boto3
77

8-
LIVE_LAMBDAS = ["typescript"]
8+
LIVE_LAMBDAS = ["typescript", "rust"]
99

1010

1111
class Row(TypedDict):

0 commit comments

Comments
 (0)