MCPcopy Create free account
hub / github.com/aws-samples/aws-lambda-extensions / Dynamodb

Struct Dynamodb

cache-extension-demo/plugins/dynamodb.go:27–30  ·  view source on GitHub ↗

Struct for caching the information

Source from the content-addressed store, hash-verified

25
26// Struct for caching the information
27type Dynamodb struct {
28 CacheData CacheData
29 DynamodbConfiguration DynamodbConfiguration
30}
31
32var dynamoDbCache = make(map[string]Dynamodb)
33var dynamoDbClient = GetDynamoDbClient()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected