aws-lambda-netlify

command module
v0.0.0-...-256f1e7 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 License: MIT Imports: 5 Imported by: 0

README

aws-lambda-netlify

AWS Lambda to trigger Netlify build, written in Go

Build

GOOS=linux go build main.go
zip function.zip main

Usage

The function sends a POST request to the following endpoint: https://api.netlify.com/build_hooks/{hook}

The value of hook can come from:

  1. (highest priority) an event of the form :
{
    "hook": "YOUR_BUILD_HOOK"
}
  1. the HOOK environment variable

Using the environment variable makes it possible to trigger the function using a CloudWatch scheduled event.

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