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 a3d79be commit 3905019Copy full SHA for 3905019
1 file changed
src/main/php/xp/lambda/RunLambda.class.php
@@ -68,7 +68,7 @@ public function run(): int {
68
];
69
70
try {
71
- $lambda->invoke(Json::read($event), new Context($headers, $variables));
+ $lambda->invoke((array)Json::read($event), new Context($headers, $variables));
72
} catch (Throwable $e) {
73
Console::$err->writeLine($e);
74
$status= 1;
0 commit comments