Preparing search index...
The search index is not available
Powertools for AWS Lambda (Typescript) API Reference
Powertools for AWS Lambda (Typescript) API Reference
@aws-lambda-powertools/idempotency
types
ResponseHook
Type Alias ResponseHook
ResponseHook
:
(
response
:
JSONValue
,
record
:
IdempotencyRecord
)
=>
JSONValue
A hook that runs when an idempotent request is made.
Type declaration
(
response
:
JSONValue
,
record
:
IdempotencyRecord
)
:
JSONValue
Parameters
response
:
JSONValue
record
:
IdempotencyRecord
Returns
JSONValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Powertools for AWS Lambda (Typescript) API Reference
Loading...
A hook that runs when an idempotent request is made.