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 6f573b9 commit f1af7f3Copy full SHA for f1af7f3
sdk-lambda/src/main/java/dev/restate/sdk/lambda/BaseRestateLambdaHandler.java
@@ -22,7 +22,7 @@
22
*
23
* <p>Restate can invoke Lambda functions directly or through AWS API gateway. For both cases, it
24
* will invoke the Lambda using the same envelope of an API Gateway request/response. See <a
25
- * href="https://docs.restate.dev/services/deployment/lambda">Restate Lambda documentation</a> for
+ * href="https://docs.restate.dev/deploy/lambda/lambda-java">Restate Lambda documentation</a> for
26
* more details.
27
*/
28
public abstract class BaseRestateLambdaHandler
0 commit comments