Features | Pricing | Documentation | Contact | Blog

DynamoDB Table Destinations

Service Name: DynamoDB
ARN Format: arn:aws:dynamodb:{region}:{account}:table/{name}
Style: Async (Write)
Actions (required Permissions): dynamodb:DescribeTable
dynamodb:BatchWriteItem
Payload Format: Record per packet.

Proxylity's integtration with DynamoDB writes packets arriving at your listener to a DDB table of your choice. Writing packets to a table can be particularly useful as a second destination, allowing packet contents to be quickly queried using connection details and prefix matching on the time of arrival. This is particulary helpful for diagnostic and forensic deubgging activities.

Things to know about using DynamoDB Table destinations: