8000 [Cache] Add dynamodb cache adapter · Issue #41498 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[Cache] Add dynamodb cache adapter #41498
Closed
@shouze

Description

@shouze

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.

⚠️ of course here comes the how to avoid having a dependency on either official aws sdk, or better on async-aws/dynamo-db.

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0