stoft / elm-serverless

Deploy an elm HTTP API to AWS Lambda using serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-serverless

serverless

Deploy an Elm HTTP API to using the serverless framework. This can be used to write AWS Lambda functions in Elm.

Define your API in elm and then use the npm package to bridge the interface between the serverless framework and your Elm program.

Documentation

  • ./demo - Best place to start learning about the framework. Contains several small programs each demonstrating a separate feature. Each demo is supported by an end-to-end suite of tests.
  • API Docs - Hosted on elm-lang packages, detailed per module and function documentation. Examples are doc-tested.

About

Deploy an elm HTTP API to AWS Lambda using serverless

License:MIT License


Languages

Language:Elm 54.2%Language:JavaScript 45.1%Language:Shell 0.7%