ktonon / elm-serverless

Maintained at: https://github.com/the-sett/elm-serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This fork is no longer maintained. Please see rupertlssmith/elm-serverless for updates which apply to elm >= 0.19

elm serverless

serverless elm-package npm version CircleCI Coveralls

Deploy an elm HTTP API to AWS Lambda using serverless. Define your API in elm and then use the npm package to bridge the interface between the AWS Lambda handler 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.
  • elm-serverless-demo - Demo programs that work with the latest release.
  • API Docs - Hosted on elm-lang packages, detailed per module and function documentation. Examples are doc-tested.

Middleware

About

Maintained at: https://github.com/the-sett/elm-serverless

License:MIT License


Languages

Language:Elm 58.7%Language:JavaScript 40.4%Language:Shell 0.8%