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: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ The library encapsulates the workflow via the internal `LambdaRuntimeClient` and
323
323
324
324
### Lifecycle Management
325
325
326
-
AWS Lambda Runtime Engine controls the Application lifecycle and in the happy case never terminates the application, only suspends it's execution when no work is avaialble.
326
+
AWS Lambda Runtime Engine controls the Application lifecycle and in the happy case never terminates the application, only suspends it's execution when no work is available.
327
327
328
328
As such, the library main entry point is designed to run forever in a blocking fashion, performing the workflow described above in an endless loop.
0 commit comments