Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative to using Secret Manager for secretArn? #129

Open
tahaerden opened this issue Sep 14, 2023 · 0 comments
Open

Alternative to using Secret Manager for secretArn? #129

tahaerden opened this issue Sep 14, 2023 · 0 comments

Comments

@tahaerden
Copy link

Hi, just a small question.

I only use the Secret Manager service for my RDS DB connections using data-api-client. Every time an API Gateway api is called, my lambda calls require('data-api-client') with the secretArn. I am guessing this is the only place that Secret Manager service is triggered.

I noticed in Billing service that the Secret Manager cost is around 5 times more than the RDS, and placed on the top of my cost list.

I was just wondering if this is absolutely necessary, or whether there is an alternative way to store the DB passwords for data-api-client to use. Environment variables maybe?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant