How do I implement Redis cache to a DynamoDB table in AWS using CDK?

May 17 2022 7:57 AM

How to implement redis caching(lazy loading with write through) to a dynamodb table using cdk?