-
Notifications
You must be signed in to change notification settings - Fork 33
-
I am looking for a .NET library that would provide an easy to use wrapper client for the "parameters and secrets lambda layer" provided by AWS. Apparently that lambda layer has great performance, but having to build my own client based on HttpClient
is less than ideal. Does AWS.Lambda.Powertools.Parameters
have a built-in wrapper for the "parameters and secrets lambda layer"? If not, do you know of any library that does?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi @rtcpw, Powertools does cache the values from parameters and secrets which can greatly improve performance and decrease cost, depending on your caching strategy. Have a look at the docs for more information https://docs.powertools.aws.dev/lambda/dotnet/utilities/parameters/
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks, but I was talking about this:
https://aws.amazon.com/blogs/compute/using-the-aws-parameter-and-secrets-lambda-extension-to-cache-parameters-and-secrets/
Beta Was this translation helpful? Give feedback.