This is a Singer tap that produces JSON-formatted data following the Singer spec.
Required Settings:
The config file requires region_name
.
Authentication:
This tap can get it's credentials in a variety of ways, including environment variables, shared credentials file, AWS config file, assume role provider, and IAM roles.
You can optionally add ond of the following sets of configurations:
Option A: Assume role through external ID:
To use an external ID, specify the following config options:
account_id
external_id
role_name
Option B: Use explicit AWS credentials:
To use a specific AWS user, specify at minimum the user's access key and secret key:
aws_access_key_id
aws_secret_access_key
aws_session_token
(if applicable)
For testing you can specify use_local_dynamo
to run against a local instance of DynamoDB Local.
Copyright © 2019 Stitch