✅ Redis Cloud in AWS Lambda
Hello,
Im having some troubles connecting to my Redis cache, hosted on Redis Cloud.
In my setup code, I create a connection object as such:
When I run my test code locally, through a docker container, everything works nicely.
However, when I run it on an AWS Lambda, through the same Docker container, I get a connection timeout error.
Why could that be? How could I even go about debugging this?
Im having some troubles connecting to my Redis cache, hosted on Redis Cloud.
In my setup code, I create a connection object as such:
When I run my test code locally, through a docker container, everything works nicely.
However, when I run it on an AWS Lambda, through the same Docker container, I get a connection timeout error.
Why could that be? How could I even go about debugging this?