Skip to contents

connect to an aws service

Usage

aws_connect(service)

Arguments

service

character, the name of a service, e.g., "lambda" or "iam". Should be a function exported by `paws` (see `getNamespaceExports("paws")`)

Examples

if (FALSE) { # \dontrun{
aws_connect("lambda")
} # }