Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmbedAPISpec ¶
func EmbedAPISpec() error
Embed swagger specs into the API gateway template, saving it to out/deployments.
func Lambda ¶
func Lambda() error
"go build" in parallel for each Lambda function.
If you don't already have all go modules downloaded, this may fail because each goroutine will automatically modify the go.mod/go.sum files which will cause conflicts with itself.
Run "go mod download" or "mage setup" before building to download the go modules. If you're adding a new module, run "go get ./..." before building to fetch the new module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.