aws / aws-dotnet-extensions-configuration

This repository hosts various libraries that help developers configure .NET applications using AWS services.

Home Page:https://aws.amazon.com/developer/language/net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for the AWS Lambda Extension

ffMathy opened this issue · comments

Describe the feature

Would be cool with support for the AWS Lambda Extension

https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-integration-lambda-extensions.html
https://aws.amazon.com/about-aws/whats-new/2022/10/aws-parameters-secrets-lambda-extension/

Would be awesome if I could just add a AddLambdaExtension() call to my configuration builder, and it would use that instead.

Use Case

Low cost and high performance access to SSM Parameter Store parameters in Lambdas.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS .NET SDK and/or Package version used

N/A

Targeted .NET Platform

N/A

Operating System and version

N/A

Discussed in #124. Needs review with the team.

It would really be suitable, because you already support the AppConfig extension as well.

PR for adding parameter store support would be interesting. If you send a PR for the feature please tag me.

@normj don't have much time for this lately. So don't expect anything from me unfortunately.

However, the impact of it can be huge.