You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Optimizing the size of applications in a size constrained environment like AWS Lambda can
9
+
* be challenging.</p>
10
+
*
11
+
* <h3>Using split packages</h3>
12
+
*
13
+
* <p>For an application which covers the whole business logic and may act as a backend
14
+
* for frontend it's advised to use the <code>commercetools-sdk-api</code> package.</p>
15
+
*
16
+
* <p>When developing small function applications which will be used in a size constrained environment
17
+
* the SDK offers packages split by their domain. Due to the connections between the different domains
18
+
* the split is realized after compilation and doesn't reflect the whole dependency graph of all packages.
19
+
* You will have to explicitly define the packages you intend to use.</p>
20
+
*
21
+
* <p>We provide an {@see <a href=https://github.com/commercetools/commercetools-sdk-java-v2/tree/main/examples/split-packages>example</a>} for using split packages</p>
22
+
*
23
+
* <p>The packages always start with the prefix <code>commercetools-sdk-java-api-models</code></p>
0 commit comments