Skip to content

Commit cbac616

Browse files
committed
docs: add images side-by-side
1 parent 18e9e47 commit cbac616

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Loading
Loading

supplemental-docs/performance/publish-and-install-sizes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ It's generally advisable to keep dependencies as small and as minimal as possibl
1313

1414
The install and publish sizes of AWS SDK for JavaScript can be verified from third party tools, like [PackagePhobia](https://packagephobia.com/), which measures the actual byte size of the artifacts. For example, the below screenshots show that v2 package has install size of 93.6 MB, while v3 DynamoDB package has install size of 6.29 MB.
1515

16-
![Image: https://packagephobia.com/result?p=aws-sdk](./img/packagephobia-aws-sdk.png) ![Image: https://packagephobia.com/result?p=@aws-sdk/client-dynamodb](./img/packagephobia-aws-sdk-client-dynamodb.png)
16+
<!-- prettier-ignore-start -->
17+
aws-sdk | @aws-sdk/client-dynamodb
18+
:-------------------------:|:-------------------------:
19+
![Image: https://packagephobia.com/result?p=aws-sdk](./img/packagephobia-aws-sdk.png) | ![Image: https://packagephobia.com/result?p=@aws-sdk/client-dynamodb](./img/packagephobia-aws-sdk-client-dynamodb.png)
20+
<!-- prettier-ignore-end -->
1721

1822
The install size on disk can also be verified locally on your machine as follows:
1923

0 commit comments

Comments
 (0)