
DynamoDB
tap-dynamodb (singer-io variant)
DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS).
DynamoDB is designed to provide fast and predictable performance with seamless scalability, making it ideal for applications that require low latency and high throughput. It offers a flexible data model, automatic scaling, and built-in security features, allowing developers to focus on building their applications rather than managing infrastructure. DynamoDB also integrates with other AWS services, such as Lambda, Kinesis, and EMR, making it easy to build serverless applications and real-time data processing pipelines. With DynamoDB, developers can store and retrieve any amount of data, from a few kilobytes to hundreds of terabytes, and pay only for the resources they consume.
Settings
Account ID
The unique identifier for the AWS account being accessed.
External ID
An optional identifier used to increase security when granting access to a third-party account.
Role Name
The name of the IAM role that grants access to the DynamoDB API.
Region Name
The AWS region where the DynamoDB table is located.
Use Local Dynamo
A boolean value indicating whether to use a local instance of DynamoDB for testing purposes.
Request Timeout (Seconds)
The maximum amount of time to wait for a response from the DynamoDB API before timing out.
DynamoDB connector is available on Meltano Community. It is built by our growing community of over 5000+ developers. Refer to the Install section below to verify the readiness of this connector.