Skip to content

Commit 3496aee

Browse files
Update docs/utilities/idempotency.md
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 5a4571e commit 3496aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Similar to the `makeIdempotent` function wrapper, you can quickly make your Lamb
206206
--8<-- "examples/snippets/idempotency/types.ts:3:16"
207207
```
208208

209-
Note that for the middleware to work, your Lambda function handler must return a value different from `undefined`. This is a [known limitation of Middy.js early return feature](https://github.com/middyjs/middy/issues/1236). If your use case requires early returns, you can use the `makeIdempotent` function wrapper instead.
209+
For the middleware to work, your Lambda function handler must return a value different from `undefined`. This is a [known limitation of the early return feature in Middy.js](https://github.com/middyjs/middy/issues/1236). If your use case requires early returns, you can use the `makeIdempotent` function wrapper instead.
210210

211211
### Choosing a payload subset for idempotency
212212

0 commit comments

Comments
 (0)