-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
33 lines (33 loc) · 943 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: aws.lambda
Type: Package
Title: AWS Lambda Client Package
Version: 0.2.0.9000
Authors@R: c(
person("Thomas J.", "Leeper", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Jon", "Harmon", role = c("ctb", "cre"),
email = "[email protected]",
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:
aws.iam,
aws.s3,
httptest,
mockery,
testthat
URL: https://github.com/cloudyr/aws.lambda
BugReports: https://github.com/cloudyr/aws.lambda/issues
RoxygenNote: 7.1.0