/go-vanityurls-apex

Go vanity import URLs hosted on AWS via Apex

Primary LanguageGoMIT LicenseMIT

go-vanityurls-apex

This is a hard fork of GoogleCloudPlatform/govanityurls specifically tweaked to be deployed to AWS API Gateway / Lambda, and managed via Apex Up.

Pre-reqs

Installation

go get -u go.bourbon.stream/go-vanityurls-apex

Getting Started

Follow directions at GoogleCloudPlatform/govanityurls for your vanity.yaml configuration file. Next, run make init which will use up to guide you through getting your up project setup.

Why the hard-fork?

govanityurls contains only a main package so it can not be imported.

TODO

  • Use S3 to store config yaml, have server pull it down and cache somewhere.