Skip to content

Commit 84c1590

Browse files
kk-minypwong99
authored andcommitted
fix: update hellogo.json experiment JSON file handler
1 parent 335de98 commit 84c1590

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

experiments/tests/aws/hellogo.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
{
77
"Title": "parallelism1",
88
"Function": "hellogo",
9-
"Handler": "main",
9+
"Handler": "bootstrap",
1010
"PackageType": "Zip",
11-
"PackagePattern": "main.go",
1211
"Bursts": 2,
1312
"BurstSizes": [
1413
2
@@ -21,9 +20,8 @@
2120
{
2221
"Title": "parallelism2",
2322
"Function": "hellogo",
24-
"Handler": "main",
23+
"Handler": "bootstrap",
2524
"PackageType": "Zip",
26-
"PackagePattern": "main.go",
2725
"Bursts": 3,
2826
"BurstSizes": [
2927
4

0 commit comments

Comments
 (0)