public class IdempotencyHandler
extends java.lang.Object
PersistenceStore
to store the result of previous calls.| Constructor and Description |
|---|
IdempotencyHandler(org.aspectj.lang.ProceedingJoinPoint pjp,
java.lang.String functionName,
com.fasterxml.jackson.databind.JsonNode payload,
com.amazonaws.services.lambda.runtime.Context lambdaContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
handle()
Main entry point for handling idempotent execution of a function.
|
Copyright © 2023. All rights reserved.