• This repository has been archived on 14/Sep/2019
  • Stars
    star
    169
  • Rank 216,971 (Top 5 %)
  • Language
    Elm
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

react-native-port-patcher

Replace all instances of hard coded port 8081 in react-native package
JavaScript
47
star
2

elm-serverless-demo

elm-serverless demo for latest release
Elm
16
star
3

cog

Command-line utility that makes it easy to organize a project which uses code generation
Ruby
14
star
4

elm-crypto

Cryptography with HMAC and SHA-2
Elm
13
star
5

elm-aws-core

Make authenticated REST requests to AWS services using Elm
Elm
13
star
6

aws-sdk-elm

Deprecated. Replaced by elm-aws-core and elm-aws-generate
Elm
11
star
7

elm-jsonwebtoken

JSON Web Token encoder and decoder
Elm
8
star
8

elm-serverless-cors

CORS middleware for elm-serverless
Elm
5
star
9

elm-test-extra

Write concise tests for JSON decoders and more
Elm
4
star
10

json2java

Sample project which demonstrates how cog could be used to convert json data into Java classes
Ruby
4
star
11

koa-s3-sign-upload

Middleware for Koa to Sign S3 upload requests
JavaScript
3
star
12

elm-child-update

Elm package for delegating update messages to one or many children
Elm
3
star
13

proxy-merge

Merge one or more objects using Proxy
JavaScript
2
star
14

elm-aws-generate

Generate an Elm interface to an AWS service
JavaScript
2
star
15

indebt

Elixir
1
star
16

elm-memo-pure

Single argument function memoization in pure elm
Elm
1
star
17

elm-english-dictionary

English language dictionary for Elm derived from WordNet 3.0
Elm
1
star
18

word-snake

Asynchronous word search game using Elm
Elm
1
star
19

elm-hmac

Deprecated. Use ktonon/elm-crypto
Elm
1
star
20

elm-word

Unsigned 32 or 64 bit integers and related operations
Elm
1
star
21

elm-serverless-auth-jwt

Authorization middleware using JWT for elm-serverless
JavaScript
1
star