AshciR / group-chat-digest

0 stars 0 forks source link

Implement Caching Pt. 2 #39

Closed AshciR closed 5 months ago

AshciR commented 5 months ago

We proved we can use a cache to store the chat messages. #7

We now need to implement the solution.

  1. We need to implement a version to run on AWS (moved to next issue)

Suggestions:

References:

AshciR commented 5 months ago

Verified that Elasticache setup works. Findings:

  1. You can only connect to it from within the VPC
  2. It uses TLS by default. You have to connect to it with TLS connection

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/connect-tls.html#connect-tls.linux