aws_dynamodb_partiql
EXPERIMENTAL
This component is experimental and therefore subject to change or removal outside of major version releases.
Executes a PartiQL expression against a DynamoDB table for each message.
Introduced in version 3.48.0.
- Common
- Advanced
# Common config fields, showing default values
label: ""
aws_dynamodb_partiql:
query: "" # No default (required)
args_mapping: ""
# All config fields, showing default values
label: ""
aws_dynamodb_partiql:
query: "" # No default (required)
unsafe_dynamic_query: false
args_mapping: ""
region: ""
endpoint: ""
credentials:
profile: ""
id: ""
secret: ""
token: ""
from_ec2_role: false
role: ""
role_external_id: ""
Both writes or reads are supported, when the query is a read the contents of the message will be replaced with the result. This processor is more efficient when messages are pre-batched as the whole batch will be executed in a single call.