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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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. DoesAWS.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