-
Notifications
You must be signed in to change notification settings - Fork 90
feat: Add AppConfig provider to parameters module #1104
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1104 +/- ##
============================================
- Coverage 71.20% 71.08% -0.12%
- Complexity 535 541 +6
============================================
Files 71 72 +1
Lines 2240 2314 +74
Branches 240 249 +9
============================================
+ Hits 1595 1645 +50
- Misses 532 550 +18
- Partials 113 119 +6
☔ 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.
Good job, just a few comments.
...ools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils/Infrastructure.java
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Outdated
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Outdated
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Outdated
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Show resolved
Hide resolved
Co-authored-by: Jérôme Van Der Linden <[email protected]>
…ertools/parameters/AppConfigProvider.java Co-authored-by: Jérôme Van Der Linden <[email protected]>
…ig' into feat-params-appconfig
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.
please fix that one ;)
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
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.
LGTM
I reckon this is good to go. Happy to approve @jeromevdl ? |
@msailes do you mind giving this a quick skim over? |
...e2e-tests/handlers/parameters/src/main/java/software/amazon/lambda/powertools/e2e/Input.java
Outdated
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Show resolved
Hide resolved
...parameters/src/main/java/software/amazon/lambda/powertools/parameters/AppConfigProvider.java
Outdated
Show resolved
Hide resolved
...meters/src/test/java/software/amazon/lambda/powertools/parameters/AppConfigProviderTest.java
Outdated
Show resolved
Hide resolved
…ig' into feat-params-appconfig
Issue #, if available: #1084
Description of changes:
Implements a parameters provider that uses AWS' AppConfig service as the backing store.
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.