You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: