Package: aws.lambda
Type: Package
Title: AWS Lambda Client Package
Version: 0.2.0
Authors@R: c(
             person("Thomas J.", "Leeper", role = c("aut"),
                    email = "thosjleeper@gmail.com",
                    comment = c(ORCID = "0000-0003-4097-6326")),
             person("Jon", "Harmon", role = c("ctb", "cre"),
                    email = "jonthegeek@gmail.com",
                    comment = c(ORCID = "0000-0003-4781-4346"))
           )
Description: A simple client package for the Amazon Web Services ('AWS') Lambda 
    API <https://aws.amazon.com/lambda/>.
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4)
License: GPL-3
Imports: utils, httr, jsonlite, aws.signature (>= 0.3.4), base64enc
Suggests: testthat, aws.s3, aws.iam
URL: https://github.com/cloudyr/aws.lambda
BugReports: https://github.com/cloudyr/aws.lambda/issues
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-15 14:55:45 UTC; Jon.Harmon
Author: Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>),
  Jon Harmon [ctb, cre] (<https://orcid.org/0000-0003-4781-4346>)
Maintainer: Jon Harmon <jonthegeek@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-15 15:40:02 UTC
Built: R 4.2.0; ; 2022-04-27 15:06:18 UTC; unix
