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

Struct CacheConfig

cache-extension-demo/extension/entry.go:24–27  ·  view source on GitHub ↗

Struct for storing CacheConfiguration

Source from the content-addressed store, hash-verified

22
23// Struct for storing CacheConfiguration
24type CacheConfig struct {
25 Parameters []plugins.ParameterConfiguration
26 Dynamodb []plugins.DynamodbConfiguration
27}
28
29var cacheConfig = CacheConfig{}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected