Description
Description
Add a new adapter in the cache component to be able to use couchbase as a cache system. DynamoDB is very similar to Couchbase which has been added in 2019 #32038.
💡 Good to know is that if you deploy php app as AWS Lambda, mosft of the time if you want a shared cache like redis, you need to put them into a VPC in odrer to use AWS elasticache. Having a lambda in a VPC augments deployment complexity and it's not always a good idea if you just need a redis cache.
There's already an issue opened on async-aws async-aws/aws#998 and also this bundle. And since Amazon has released DAX maybe could a good cache solution? ping 🤔 @Nyholm