Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adaptant-labs/openfaas-golang-http-gomod-template

OpenFaaS Golang HTTP template with Go Modules
https://github.com/adaptant-labs/openfaas-golang-http-gomod-template

golang gomodule openfaas openfaas-template

Last synced: about 1 month ago
JSON representation

OpenFaaS Golang HTTP template with Go Modules

Awesome Lists containing this project

README

        

# OpenFaaS Golang HTTP template with Go Modules

This repository contains an updated version of the `golang-http` template for
newer versions of Go, using go modules.

One further addition is the inclusion of the `Host` string in the incoming
request, which is required for e.g. function endpoint authorization.

## Quick Start

To get started, simply pull the template:

```
$ faas template pull https://github.com/adaptant-labs/openfaas-golang-http-gomod-template
```

## Licensing

Released under the terms of the MIT License.