registerDoLambda: registerDoLambda

Description Usage Arguments Value Note

View source: R/doLambda.R

Description

Tell doPar to use this backend.

Usage

1
2
3
4
5
6
7
registerDoLambda(
  bucket,
  key = NULL,
  secret = NULL,
  region = NULL,
  throttle = 2
)

Arguments

bucket

name of an S3 bucket you own that will hold the job queue

key

AWS Access Key.

secret

AWS Secret Key.

region

AWS Default Region.

throttle

How long to pause between progress checks to play nice with AWS endpoints. Minimum is 2 seconds (default)

Value

nothing. Called for side effect of registering doParallel backend.

Note

If credentials are not provided (key, secret, and region), asw,signature will be used to locate them by searching in the following order: environment variables ('AWS_ACCESS_KEY', 'AWS_SECRET_ACCESS_KEY', and 'AWS_DEFAULT_REGION'), ./.aws/credentials, and finally ~/.aws/credentials. If no credentials can be found, the function will throw an error.


VanAndelInstitute/doLambda documentation built on Sept. 12, 2020, 6:11 a.m.