Skip to content

Commit a0211e3

Browse files
update go lambda creation runtime and handler
1 parent 2d86654 commit a0211e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/server/infrastructure.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
)
1616

1717
const (
18-
lambdaFunctionHandler = "main"
19-
lambdaFunctionRuntime = "go1.x"
18+
lambdaFunctionHandler = "bootstrap"
19+
lambdaFunctionRuntime = "provided.al2"
2020
lambdaFunctionZipLocation = "artifacts/lambda.zip"
2121
)
2222

0 commit comments

Comments
 (0)