Package: lambdr
Title: Create a Runtime for Serving Containerised R Functions on 'AWS
        Lambda'
Version: 1.1.0
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 <https://aws.amazon.com/lambda/>.
    Provides the necessary functionality for handling the various endpoints
    required for accepting new input and sending responses.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: httr, jsonlite, logger
Suggests: withr, testthat (>= 3.0.0), webmockr, knitr, rmarkdown,
        lifecycle
Config/testthat/edition: 3
URL: https://lambdr.mdneuzerling.com/,
        https://github.com/mdneuzerling/lambdr
BugReports: https://github.com/mdneuzerling/lambdr/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-11-14 21:23:32 UTC; mdneuzerling
Author: David Neuzerling [aut, cre],
  James Goldie [ctb]
Maintainer: David Neuzerling <david@neuzerling.com>
Repository: CRAN
Date/Publication: 2021-11-15 20:00:02 UTC
Built: R 4.0.2; ; 2021-11-16 11:59:28 UTC; unix
