Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit ec023b6

Browse files
authored
Enabled AWS Lambda deployment as default.
1 parent 3cc6410 commit ec023b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fiber/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/gofiber/fiber/v2"
1212
)
1313

14-
var runOnAwsLambda = false
14+
var runOnAwsLambda = true
1515
var fiberLambda *fiberadapter.FiberLambda
1616
var app *fiber.App
1717

0 commit comments

Comments
 (0)