Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service proxies DynamoDB requests to the official DynamoDB Local JAR, which runs as a sidecar container. This gives us perfect AWS parity for DynamoDB without reimplementing it — AWS maintains it themselves.
DynamoDB Local image: amazon/dynamodb-local Default endpoint: http://dynamodb-local:8000
func (*Service) Detect ¶
Detect identifies DynamoDB requests by the X-Amz-Target header prefix. All DynamoDB operations use DynamoDB_20120810.<OperationName>
func (*Service) HealthCheck ¶
HealthCheck pings DynamoDB Local to see if it's available
Click to show internal directories.
Click to hide internal directories.