Description
Create an example of the "Serverless Cache" serverless microservices pattern.
Implement a serverless cache using DynamoDB. AWS ElastiCache is great, but it does add a bit of complexity because it requires a VPC. DynamoDB can provide serverless caching solution which does not require a VPC.
Description
Create an example of the "Serverless Cache" serverless microservices pattern.
Implement a serverless cache using DynamoDB. AWS ElastiCache is great, but it does add a bit of complexity because it requires a VPC. DynamoDB can provide serverless caching solution which does not require a VPC.