aws / aws-dotnet-extensions-configuration

This repository hosts various libraries that help developers configure .NET applications using AWS services.
https://aws.amazon.com/developer/language/net/
Apache License 2.0
179 stars 57 forks source link

Support for the AWS Lambda Extension #126

Open ffMathy opened 1 year ago

ffMathy commented 1 year ago

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

AWS .NET SDK and/or Package version used

N/A

Targeted .NET Platform

N/A

Operating System and version

N/A

ashishdhingra commented 1 year ago

Discussed in https://github.com/aws/aws-dotnet-extensions-configuration/discussions/124. Needs review with the team.

ffMathy commented 1 year ago

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

normj commented 1 year ago

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

ffMathy commented 1 year ago

@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.