关于使用 AWS elasticache 作为临时 git 存储库存储

About using AWS elasticache as a temporary git repository storage

我正在开发一项分析 git 存储库的服务。它正在无服务器开发。 为了存储库分析,我需要临时克隆并保存space。是否可以使用 aws elasticache 作为存储库存储 space?

你必须编写代码将 git 存储库中的所有文件复制到键值对中以放入弹性缓存

弹性缓存非常适合几个不同的服务都希望同时高速读取和写入数据的用例

对于您的用例,S3 可能是更好的选择