KeyValueStore
Source:
src/AWS/CloudFront/KeyValueStore.ts
A CloudFront KeyValueStore for edge metadata.
KeyValueStores can be associated with CloudFront Functions and are useful for routing metadata or other small edge-time lookup tables.
Creating KeyValueStores
Section titled “Creating KeyValueStores”const store = yield* KeyValueStore("RouterStore", { comment: "Route metadata",});