Replies: 1 comment
-
Hi @jaydm26 , you can create ElasticCache cluster with valkey engine using L1 construct - CfnCacheCluster as there are no official L2 construct from CDK providing this support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CDK Docs (https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_elasticache/CfnCacheCluster.html) don't show Valkey as an option for ElastiCache engine. However, CFN Docs suggest that valkey is an allowed value (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html#cfn-elasticache-cachecluster-engine).
Thus, I am wondering if we can now create ElastiCache Cluster with a valkey engine with CDK or not.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions