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

[FEATURE] Integrate AWS Parameters and Secrets Lambda Extension to Lambdas that retrieve Secrets #1690

Open
maxrabin opened this issue Jan 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maxrabin
Copy link

maxrabin commented Jan 8, 2024

Is your feature request related to a problem? If yes, please describe.
I understand from AWS Documentation that there are cost and performance benefits to using the "AWS Parameters and Secrets Lambda Extension" for retrieving secrets. It can also reduce code complexity by reducing the dependency on the AWS SDK.

Describe the solution you'd like
Lambda Functions that use Secrets in the Secrets Manager or Parameter Store service should use the "AWS Parameters and Secrets Lambda Extension" to retrieve these secrets.

Describe alternatives you've considered
The Lambdas work now, this is just an optimization.

Additional context
I have deployed the MySQL connector, I haven't looked at others to see where this could be relevant.

@maxrabin maxrabin added the enhancement New feature or request label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant