Git Product home page Git Product logo

serverless-go-forms's Introduction

Serverless forms with go

The endpoint currently supports POSTS with JSON payloads in the following format:

{
    "from": "[email protected]",
    "message": "Hello there"
}

Or application/x-www-form-urlencoded content in the format

[email protected]&message=Hello%20there

If you need to change this format for your needs you can edit lib/types/types.go

Configuration

go-forms currently supports mailgun with plans to support slack and regular smtp or amazon sqs.

You can configure your mailgun keys by renaming config.example.yml -> config.dev.yml and entering your details.

If you want to create a production config use config.prod.yml

CORS

If you want to lock down the requests to just your dowmain use the cors.origin setting in serverless.yml

Building and Deploying

This project can be deployed with the serverless framework.

To build binaries for deployment run make before deploying.

You willl also need go dep to install the vendor dependencies.

npm install -g serverless
make
serverless deploy

serverless-go-forms's People

Contributors

pandelisz avatar

Stargazers

Matt Burman avatar Will Grant avatar

Watchers

James Cloos avatar

Forkers

wgx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.