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 年前檢視次數 762 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南