Re-exports§
pub use streams_dataplane::DynamoDbStreamsService;
Modules§
- streams
- streams_
dataplane - DynamoDB Streams data plane (
DynamoDBStreams_20120810). - ttl
Structs§
- Attribute
Definition - Dynamo
DbService - Dynamo
DbSnapshot - On-disk snapshot envelope. The payload is the full
DynamoDbState;schema_versionlets us evolve the format without accidentally loading an incompatible dump on upgrade. - Dynamo
DbState - Dynamo
Table - Global
Secondary Index - KeySchema
Element - Local
Secondary Index - OnDemand
Throughput - On-demand capacity caps for PAY_PER_REQUEST tables and GSIs. Real AWS
accepts both fields independently;
-1(the AWS sentinel for “no cap”) is the default and is whatDescribeTablereturns when the caller never set a value — the Terraform provider asserts on that exact value. - Projection
- Provisioned
Throughput - Stream
Record
Constants§
Functions§
- parse_
gsi - parse_
lsi - parse_
tags - save_
dynamodb_ snapshot - Persist the current DynamoDB state as a snapshot. Offloads the serde +
blocking file write to the Tokio blocking pool. Noop when
storeisNone(memory mode). Shared byDynamoDbService::save_snapshotand the CloudFormation provisioner’s post-provision persist hook so both route through the same serialize-and-write path.