Skip to content

Commit 9715ca8

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/FAQs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Using the `aws-crt-client` in your project requires the exclusion of the `url-co
7070
</exclusions>
7171
</dependency>
7272
```
73-
Next to adding the `aws-crt-client` and excluding the `aws-crt` dependency (contain all runtime libraries) it's required to set a specific runtime version of the `aws-crt` dependency by specifying the classifier for your specific target runtime.
73+
Next, add the `aws-crt-client` and exclude the "generic" `aws-crt` dependency (contains all runtime libraries).
74+
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.
7475
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.
7576

7677
```xml

0 commit comments

Comments
 (0)