Skip to content

Commit ffdf3cf

Browse files
jreijnjeromevdl
andauthored
Update docs/FAQs.md
Co-authored-by: Jérôme Van Der Linden <[email protected]>
1 parent 9715ca8 commit ffdf3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Using the `aws-crt-client` in your project requires the exclusion of the `url-co
7272
```
7373
Next, add the `aws-crt-client` and exclude the "generic" `aws-crt` dependency (contains all runtime libraries).
7474
Instead, set a specific classifier of the `aws-crt` to use the one for your target runtime: either `linux-x86_64` for a Lambda configured for x86 or `linux-aarch_64` for Lambda using arm64.
75-
Specifying the specific target runtime makes sure all other target runtimes are excluded from the jar file, which will result in the benefit of improved cold start times.
75+
By specifying the specific target runtime, it will avoid other target runtimes to be included in the jar file, which will result in a smaller Lambda package and the benefit of improved cold start times.
7676

7777
```xml
7878

0 commit comments

Comments
 (0)