wai-handler-hal: Wrap WAI applications to run on AWS Lambda
This library provides a function Network.Wai.Handler.Hal.run
to
lift a wai
Network.Wai.Application
into a function that can be
passed to hal
's AWS.Lambda.Runtime.mRuntime
. This allows you to
run applications written in mature web frameworks (e.g., servant
)
on AWS Lambda, as proxy integrations of API Gateway Rest APIs.
More details, including deployment advice, are available in the
repository's README.md
.
[Skip to Readme]
Downloads
- wai-handler-hal-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.18), base64-bytestring (>=1.0.0.0 && <1.3), bytestring (>=0.10.8 && <0.12), case-insensitive (>=1.2.0.0 && <1.3), hal (>=0.4.7 && <0.4.11 || >=1.0.0 && <1.1), http-types (>=0.12.3 && <0.13), network (>=2.8.0.0 && <3.2), text (>=1.2.3 && <1.3 || >=2.0 && <2.1), unordered-containers (>=0.2.10.0 && <0.3), vault (>=0.3.1.0 && <0.4), wai (>=3.2.2 && <3.3) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2021 Bellroy Pty Ltd |
Author | Bellroy Tech Team <haskell@bellroy.com> |
Maintainer | Bellroy Tech Team <haskell@bellroy.com> |
Category | AWS, Cloud |
Home page | http://github.com/bellroy/wai-handler-hal |
Bug tracker | http://github.com/bellroy/wai-handler-hal/issues |
Source repo | head: git clone https://github.com/bellroy/wai-handler-hal.git |
Uploaded | by LukeWorth at 2023-03-17T01:40:49Z |
Distributions | NixOS:0.2.0.0 |
Downloads | 401 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-03-17 [all 1 reports] |