Skip to content
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

AppConfig support #465

Open
MatejNedic opened this issue Jul 26, 2022 · 1 comment · May be fixed by #473
Open

AppConfig support #465

MatejNedic opened this issue Jul 26, 2022 · 1 comment · May be fixed by #473
Assignees
Labels
component: appconfig AppConfig integration related issue type: feature Integration with a new AWS service or bigger change in existing integration
Milestone

Comments

@MatejNedic
Copy link
Member

Type: Feature

Is your feature request related to a problem? Please describe.
I would like to fetch configuration from AppConfig on application start up. This way I can keep my whole configuration away from my code and keep it in a same place as configuration for other applications.

Describe the solution you'd like
For this I would like to use Spring.config.import.
Example:
spring.config.import: aws-appconfig:applicationId___configurationId___environment
We can use another char for splitting ___ 3 * _ is just an example.

Describe alternatives you've considered
Currently I would have to write my own implementation

Additional context
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/appconfigdata/AppConfigDataClient.html

@MatejNedic MatejNedic added the component: appconfig AppConfig integration related issue label Jul 26, 2022
@MatejNedic MatejNedic added this to the 3.0.0 M2 milestone Jul 26, 2022
@MatejNedic MatejNedic self-assigned this Jul 26, 2022
@github-actions github-actions bot added type: enhancement Smaller enhancement in existing integration status: waiting-for-triage Team has not yet looked into this issue labels Jul 26, 2022
@MatejNedic MatejNedic added type: feature Integration with a new AWS service or bigger change in existing integration and removed status: waiting-for-triage Team has not yet looked into this issue type: enhancement Smaller enhancement in existing integration labels Jul 26, 2022
@eddumelendez
Copy link
Contributor

@MatejNedic there is already a branch for appconfig. hope it helps in the implementation. it is written with sdk v1 tho 😬

@MatejNedic MatejNedic linked a pull request Aug 3, 2022 that will close this issue
9 tasks
@maciejwalkowiak maciejwalkowiak modified the milestones: 3.0.0 M2, 3.x Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: appconfig AppConfig integration related issue type: feature Integration with a new AWS service or bigger change in existing integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants