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
Copy file name to clipboardExpand all lines: src/main/docs/guide/lambda/coldstartups.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ During the initialization phase:
8
8
- AWS Lambda starts a JVM.
9
9
- Java runtime loads and initializes handler class.
10
10
11
-
The intialization phase has access to more CPU, because of that Micronaut starts the application context and eagerly inits singletons during the intialization of the handler class.
11
+
The initialization phase has access to more CPU, because of that Micronaut starts the application context and eagerly inits singletons during the intialization of the handler class.
0 commit comments