Skip to content

Commit 0fe84d0

Browse files
committed
Use non-localized version for runtime API link
1 parent 86fb9a6 commit 0fe84d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/xp/lambda/RunLambda.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Run lambdas locally
1010
*
1111
* @see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html
12-
* @see https://docs.aws.amazon.com/de_de/lambda/latest/dg/runtimes-api.html
12+
* @see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html
1313
*/
1414
class RunLambda {
1515
const TRACE= 'Root=1-5bef4de7-ad49b0e87f6ef6c87fc2e700;Parent=9a9197af755a6419;Sampled=1';

0 commit comments

Comments
 (0)