Live data from Hacker News

Amazon CloudFront KeyValueStore – Low-Latency Datastore for CloudFront Functions

aws.amazon.com

1–4 of 4 posts

Re: Amazon CloudFront KeyValueStore – Low-Latency Datastore for CloudFront Functions

#3
post #2

What are the limits regarding the max size of value and number of keys? Docs doesn't mention...

It’s at the very end of the blog post:

“The maximum size of a key value store is 5 MB, and you can associate a single key value store to each function. The maximum size of a key is 512 bytes. Values can be up to 1KB in size.“

Re: Amazon CloudFront KeyValueStore – Low-Latency Datastore for CloudFront Functions

#4
post #3
post #2

What are the limits regarding the max size of value and number of keys? Docs doesn't mention...

It’s at the very end of the blog post: “The maximum size of a key value store is 5 MB, and you can associate a single key value store to each function. The maximum size of a key is 512 bytes. Values can be up to 1KB in size.“

Thanks, should've grepped for "max". But the amount of keys wasn't mentioned.