We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b6cb6 commit c06fed6Copy full SHA for c06fed6
sdk-lambda/src/main/java/dev/restate/sdk/lambda/BaseRestateLambdaHandler.java
@@ -23,8 +23,8 @@
23
*
24
* <p>Restate can invoke Lambda functions directly or through AWS API gateway. For both cases, it
25
* will invoke the Lambda using the same envelope of an API Gateway request/response. See <a
26
- * href="https://docs.restate.dev/deploy/lambda/lambda-java">Restate Lambda documentation</a> for
27
- * more details.
+ * href="https://docs.restate.dev/deploy/services/faas/lambda/lambda-java">Restate Lambda
+ * documentation</a> for more details.
28
*/
29
public abstract class BaseRestateLambdaHandler
30
implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent> {
0 commit comments