Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*
* <p>Restate can invoke Lambda functions directly or through AWS API gateway. For both cases, it
* will invoke the Lambda using the same envelope of an API Gateway request/response. See <a
* href="https://docs.restate.dev/deploy/lambda/lambda-java">Restate Lambda documentation</a> for
* more details.
* href="https://docs.restate.dev/deploy/services/faas/lambda/lambda-java">Restate Lambda
* documentation</a> for more details.
*/
public abstract class BaseRestateLambdaHandler
implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent> {
Expand Down
Loading