elm-serverless

4.0.0 • Public • Published

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

Location Details
./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

Package Details
ktonon/elm-serverless-cors Add CORS to your response headers

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    0
    • latest

Version History

Package Sidebar

Install

npm i elm-serverless

Weekly Downloads

0

Version

4.0.0

License

MIT

Last publish

Collaborators

  • ktonon