Skip to content

Commit

Permalink
Fixed typo. (#183)
Browse files Browse the repository at this point in the history
"avaialble" becomes "available"
  • Loading branch information
mr-j-tree authored Jan 14, 2021
1 parent ee2a6e0 commit a5ef4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The library encapsulates the workflow via the internal `LambdaRuntimeClient` and

### Lifecycle Management

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.
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.

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.

Expand Down

0 comments on commit a5ef4e9

Please sign in to comment.