AWS Account which is authoritative for the zone(s) that contain the DNS records to be updated
There are two Lambda functions to build and then apply terraform to deploy the functions and create the API gateway
configuration
Run the following commands. You will be prompted for your AWS access keys and secret keys, and a username and password
that will be used to secure requests to the API.
export GOOS=linux && \
export GOARCH=amd64 && \
cd $GOPATH/src/github.com/jcmturner/ddns/deploy && \
GOARCH=arm64 GOOS=linux go build -i -tags lambda.norpc -o $GOPATH/src/github.com/jcmturner/ddns/deploy/bootstrap $GOPATH/src/github.com/jcmturner/ddns/authorizer/basicauth.go && \
zip ./auth.zip bootstrap && \
GOARCH=arm64 GOOS=linux go build -i -tags lambda.norpc -o $GOPATH/src/github.com/jcmturner/ddns/deploy/bootstrap $GOPATH/src/github.com/jcmturner/ddns/update/update.go && \
zip ./ddns.zip bootstrap && \
terraform apply