lambda

command
v0.0.0-...-01cf45d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

configure VSCode launch.json as below to make _LAMBDA_SERVER_PORT = 8000

{
"version": "0.2.0", "configurations":[

    {
        "name": "Launch",
        "type": "go",
        "request": "launch",
        "mode": "auto",
        "program": "${fileDirname}",
        "env": {"_LAMBDA_SERVER_PORT": "8000"},
        "args": []
    }
]

}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL