All Projects → ktonon → Elm Serverless

ktonon / Elm Serverless

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

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Elm Serverless

Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (-6.55%)
Mutual labels:  serverless, aws-lambda
Aws Lambda Libreoffice
85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli
Stars: ✭ 145 (-13.69%)
Mutual labels:  serverless, aws-lambda
Portkey
Live-coding the Cloud
Stars: ✭ 139 (-17.26%)
Mutual labels:  serverless, aws-lambda
Shadowreader
Serverless load testing for replaying website traffic. Powered by AWS Lambda.
Stars: ✭ 138 (-17.86%)
Mutual labels:  serverless, aws-lambda
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1672.02%)
Mutual labels:  serverless, aws-lambda
Flogo
Project Flogo is an open source ecosystem of opinionated event-driven capabilities to simplify building efficient & modern serverless functions, microservices & edge apps.
Stars: ✭ 1,891 (+1025.6%)
Mutual labels:  serverless, aws-lambda
Serverless Sam
Serverless framework plugin to export AWS SAM templates for a service
Stars: ✭ 143 (-14.88%)
Mutual labels:  serverless, aws-lambda
Aws Lambda List
A list of hopefully useful AWS lambdas and lambda-related resources.
Stars: ✭ 130 (-22.62%)
Mutual labels:  serverless, aws-lambda
Archive aws Lambda Go Net
Network I/O interface for AWS Lambda Go runtime.
Stars: ✭ 151 (-10.12%)
Mutual labels:  serverless, aws-lambda
Serverless Sentry Plugin
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
Stars: ✭ 146 (-13.1%)
Mutual labels:  serverless, aws-lambda
Spark On Lambda
Apache Spark on AWS Lambda
Stars: ✭ 137 (-18.45%)
Mutual labels:  serverless, aws-lambda
Zappa
Serverless Python
Stars: ✭ 11,859 (+6958.93%)
Mutual labels:  serverless, aws-lambda
Cra Serverless
Serverless pre-rendering (SSR) for React SPA using AWS Lambda, S3, and CloudFront.
Stars: ✭ 137 (-18.45%)
Mutual labels:  serverless, aws-lambda
Aws Lambda Ocaml Runtime
An OCaml custom runtime for AWS Lambda
Stars: ✭ 163 (-2.98%)
Mutual labels:  serverless, aws-lambda
Aws Lambda Scala
Writing AWS Lambdas in Scala
Stars: ✭ 135 (-19.64%)
Mutual labels:  serverless, aws-lambda
Serverless Pg
A package for managing PostgreSQL connections at SERVERLESS scale
Stars: ✭ 142 (-15.48%)
Mutual labels:  serverless, aws-lambda
Landsat Tiler
A serverless Landsat tiles server using AWS Lambda
Stars: ✭ 126 (-25%)
Mutual labels:  serverless, aws-lambda
A Crash Course On Serverless Auth
A short and easy boilerplate showcasing JWT auth with Nodejs, the Serverless framework, MongoDB and AWS Lambda.
Stars: ✭ 127 (-24.4%)
Mutual labels:  serverless, aws-lambda
Selfie2anime
Anime2Selfie Backend Services - Lambda, Queue, API Gateway and traffic processing
Stars: ✭ 146 (-13.1%)
Mutual labels:  serverless, aws-lambda
List Lambdas
Enumerate Lambda functions across all regions with useful metadata 💡💵⚙
Stars: ✭ 156 (-7.14%)
Mutual labels:  serverless, aws-lambda

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].