aws-amplify / aws-amplify/amplify-hosting
How do I access AWS Elasticache through Amplify Lambda functions
- Dominant language
- Dockerfile
- Stars
- 481
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+).
- [X] I have read the guide for [submitting questions](https://github.com/aws-amplify/amplify-hosting/blob/master/CONTRIBUTING.md).
- [X] I have removed any sensitive information from my code snippets and submission.
### App Id
arn:aws:amplify:us-east-1:416605442945:apps/d2f4v5hvutyl8x
### AWS Region
us-east-1
### Amplify Hosting feature
Service role
### Question
Our Next.Js hosted on Amplify current uses Upstash for Redis. We would like to use AWS Elasticache, but there doesn't seem to be any way to connect a Redis instance. After creating the redis cluster we don't have a way for the Amplify controlled lambdas to get access to Redis. Is there a way to use AWS Elasticache (Redis) with AWS Amplify?
We did see documentation for S3 and for DynamoDB so we were hoping other services could be supported.
Contributor guide
Assessment
This issue has not been assessed yet.