@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Idempotent
RequestHandler.handleRequest(Object, Context)
method of a Lambda function:
@Idempotent
public String handleRequest(String event, Context ctx) {
// ...
return something;
}
IdempotencyKeyCopyright © 2023. All rights reserved.