Skip to content

Commit 65c7db8

Browse files
ori-nclaude
andcommitted
Update README with Lambda layer sizes
Add layer size information to the Supported Layers table showing the compiled size for each layer using Python 3.13 and x86_64 architecture. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 65b03a6 commit 65c7db8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ python src/create_layer.py -h
5252

5353
## Supported Layers
5454

55-
| Layer | Description |
56-
|-------|-------------|
57-
| `sklearn` | scikit-learn for machine learning |
58-
| `xgboost` | XGBoost gradient boosting |
59-
| `jinja` | Jinja2 templating engine |
60-
| `sqlite_utils` | SQLite utilities |
61-
| `fastparquet` | Fast Parquet file reading/writing |
55+
| Layer | Description | Size (Python 3.13, x86_64) |
56+
|-------|-------------|--------------------------|
57+
| `sklearn` | scikit-learn for machine learning | 61.18 MiB |
58+
| `xgboost` | XGBoost gradient boosting | 48.15 MiB |
59+
| `jinja` | Jinja2 templating engine | 157.94 KiB |
60+
| `sqlite_utils` | SQLite utilities | 2.24 MiB |
61+
| `fastparquet` | Fast Parquet file reading/writing | 27.01 MiB |
6262

6363
## How It Works
6464

0 commit comments

Comments
 (0)