Skip to content

Commit 998bfcc

Browse files
committed
more typoes
1 parent 22460ca commit 998bfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Lambda Hooks help avoid repeated logic in your lambda functions. Use some of the
1313

1414
## Motivation
1515

16-
When working with AWS lambda functions, typically, there's some repeated actions that you need to do on every invocation. Things like logging the event, parsing the event body, schema validation, handling unexpected errors etc. It easy to end up with a lot of repeated but necessary code in your lambda functions.
16+
When working with AWS lambda functions, typically, there's some frequent actions that you need to do on every invocation. Things like logging the event, parsing the event body, schema validation, handling unexpected errors etc. It's easy to end up with a lot of *repeated* but *necessary* code in your lambda functions.
1717

1818
I wanted a **simple**, **easy to use** solution, with **minimal overhead** and good **TypeScript** support. Where I could define these actions once to share across all my related lambdas, keeping my lambdas for business logic only.
1919

0 commit comments

Comments
 (0)