|
[build]
|
|
command = "make build_linux_lambda"
|
|
functions = "release/linux/lambda"
|
|
|
|
[build.environment]
|
|
GO_VERSION = "1.18"
|
|
GO_IMPORT_PATH = "github.com/appleboy/gorush"
|
|
GO111MODULE = "on"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/gorush/:splat"
|
|
status = 200
|