Features
| Pricing | Documentation | Contact | Blog
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 integration 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 particularly helpful for diagnostic and forensic debugging activities.
Things to know about using DynamoDB Table destinations:
RequestPacket
object.See DynamoDB destinations in action in our DNS Filter example, which stores domain filtering rules and query analytics in DynamoDB tables.