-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Parameters Utility #167
feat: Add Parameters Utility #167
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #167 +/- ##
===========================================
+ Coverage 60.17% 62.58% +2.40%
===========================================
Files 42 61 +19
Lines 1853 2627 +774
===========================================
+ Hits 1115 1644 +529
- Misses 738 983 +245
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj
Outdated
Show resolved
Hide resolved
libraries/src/AWS.Lambda.Powertools.Parameters/AWS.Lambda.Powertools.Parameters.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTM
docs: updates and fixes to docs for parametes
I'm wondering why the AppConfig feature was removed? |
@aviv-akhansari thanks for your question. We removed the feature from this pull request because there were some API changes on AppConfig that we could not tackle in time to get this release out. Again thanks for using Powertools and we will keep you posted on the progress. |
Issue number: #160
Summary
Changes
This PR adds parameters utility to Lambda Powertools for features parity across Powertools languages. it includes supports for AWS Systems Manager Parameter Store, AWS Secrets Manager, AWS AppConfig, Amazon DynamoDB, or bring your own.
User experience
1- Install the package
2- Grants relevant IAM permissions
3- Configure and use relevant parameter provider for example
Refer to Parameters read me for more information.
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
No
RFC issue number: #160
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
View rendered docs/utilities/parameters.md