ElastiCache with Lambda Functions

Is there a way I can easily use Elasticache Redis with my Jets App?

1 Like

@allahmed922 any luck with this?I’ve been trying to setup an Elasticache endpoint but getting timeouts only…

I believe it’s a VPC thing, but I haven’t been able to get this working (same vpc, same security group allowing the services within that group to talk to each others)

I’ve tested using a custom written lambda (out of jets) with the same VPC config and it worked a treat…

@tongueroo is there any trick to know related to calling Elasticache/Redis/RDS Proxy via a Jets lambda?