Skip to content

Commit 5f27ea3

Browse files
zhongkechenphipag
andauthored
Update sdk/src/main/java/com/amazonaws/lambda/durable/InvokeConfig.java
Co-authored-by: Philipp Page <pagejep@amazon.com>
1 parent 406ccf0 commit 5f27ea3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/src/main/java/com/amazonaws/lambda/durable/InvokeConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public Builder timeout(Duration timeout) {
5656
}
5757

5858
/**
59-
* Sets a custom serializer for the step.
60-
*
61-
* <p>If not specified, the step will use the default SerDes configured for the handler. This allows per-step
62-
* customization of serialization behavior, useful for steps that need special handling (e.g., custom date
59+
* Sets a custom serializer for the invoke operation payload.
60+
*
61+
* <p>If not specified, the invoke operation will use the default SerDes configured for the handler. This allows per-invoke
62+
* customization of serialization behavior, useful for invoke operations that need special handling (e.g., custom date
6363
* formats, encryption, compression).
6464
*
6565
* @param payloadSerDes the custom serializer to use, or null to use the default

0 commit comments

Comments
 (0)