Secrets Manager PHP caching

0

Hello.

I'm trying to find a good way to cache secrets from Secrets Manager in PHP to avoid calling the SM constantly.

Can anyone suggest a good and easy cache for PHP 8 in Elastic Beanstalk.

Thank you.

TP-user
已提问 2 年前720 查看次数
1 回答
0

Apparently, there are no official examples of caching in PHP. [1] [2]

[1] Retrieve secrets from AWS Secrets Manager - AWS Secrets Manager
https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html

[2] Caching mechanism for PHP - Issue #15 - aws/aws-secretsmanager-caching-python
https://github.com/aws/aws-secretsmanager-caching-python/issues/15

I found an example of caching in PHP on Stack Overflow, but I'm not familiar with PHP, so I'm not sure if this will meet your requirements. [3]

[3] php - F3 Framework: how to make sure that caching is working correctly?
https://stackoverflow.com/questions/69310949/f3-framework-how-to-make-sure-that-caching-is-working-correctly

I hope this is helpful.

profile picture
mn87
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则