wip: локальный коммит всех изменений, включая новые тесты, артефакты и правки UI/infra
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "php-hello",
|
||||
"require": {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
function main($event, $context) {
|
||||
return ["statusCode" => 200, "body" => "Hello from PHP!"];
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
bash: scripts/run_all.sh: No such file or directory
|
||||
Reference in New Issue
Block a user