Maintained with ☕️ by
IcePanel logo

Amazon CloudFront announces CloudFront KeyValueStore, a globally managed key value datastore

Share

Services

Amazon CloudFront announces general availability of CloudFront KeyValueStore, a global, low-latency, key value datastore. KeyValueStore allows you to retrieve key value data from within CloudFront Functions making functions more customizable by allowing independent data updates. The key value data is available across all CloudFront edge locations and provides a highly efficient, in-memory, key-value store with fast reads from within CloudFront Functions. With KeyValueStore you can now implement lookup use cases such as feature flags, A/B testing, and storing environment variables with low latency. CloudFront KeyValueStore is designed to easily scale to handle millions of requests per second without the need to scale up storage resources. You can create CloudFront KeyValueStore resources in the CloudFront console or using the CloudFront API/CLI. As part of this launch, CloudFront is also introducing a new runtime for CloudFront Functions, called cloudfront-js-2.0, which is required to enable KeyValueStore. This new runtime includes several JavaScript ES6 features such as support for async and await to allow asynchronous operations in your code. For more information about pricing, visit the [CloudFront pricing page](https://aws.amazon.com/cloudfront/pricing/). To learn more about CloudFront KeyValueStore, refer to the [CloudFront KeyValueStore Launch Blog](https://aws.amazon.com/blogs/aws/introducing-amazon-cloudfront-keyvaluestore-a-low-latency-datastore-for-cloudfront-functions), [CloudFront Developer Guide](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/kvs-with-functions.html), [JavaScript runtime features](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-javascript-runtime-features.html), or feature [FAQs](https://aws.amazon.com/cloudfront/faqs/).