Package: lambdr
Title: Create a Runtime for Serving Containerised R Functions on 'AWS
Lambda'
Version: 1.2.7
Authors@R:
c(person(given = "David",
family = "Neuzerling",
role = c("aut", "cre"),
email = "david@neuzerling.com"),
person(given = "James",
family = "Goldie",
role = c("ctb"),
email = "me@jamesgoldie.dev"))
Description: Runtime for serving containers that can execute R code on
the 'AWS Lambda' serverless compute service
. Provides the necessary
functionality for handling the various endpoints required for
accepting new input and sending responses.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: httr, jsonlite, logger
Suggests: withr, testthat (>= 3.0.0), webmockr (>= 2.1.1.91), knitr,
rmarkdown, lifecycle
Remotes: ropensci/webmockr
Config/testthat/edition: 3
URL: https://lambdr.mdneuzerling.com/,
https://github.com/mdneuzerling/lambdr
BugReports: https://github.com/mdneuzerling/lambdr/issues
VignetteBuilder: knitr
Config/pak/sysreqs: libssl-dev
Repository: https://mdneuzerling.r-universe.dev
Date/Publication: 2025-08-06 03:38:11 UTC
RemoteUrl: https://github.com/mdneuzerling/lambdr
RemoteRef: HEAD
RemoteSha: eabad50f652c8eb589ebfa22036e9f814878383f
NeedsCompilation: no
Packaged: 2026-07-05 06:22:18 UTC; root
Author: David Neuzerling [aut, cre],
James Goldie [ctb]
Maintainer: David Neuzerling