Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Cloud with AWS Parameter Store

Is there any integration between Spring Cloud AWS or Spring Cloud Config with AWS Parameter Store?

I just saw this issue: https://github.com/spring-cloud/spring-cloud-aws/issues/207

But nothing more.

like image 378
abierto Avatar asked Nov 08 '22 14:11

abierto


1 Answers

I know the issue you've linked was closed with a merged PR and is now in Spring Cloud 2.0, but we had a small lib internally that works with Spring Boot (1.4.x, 1.5.x and 2.0.x) without Spring Cloud if that can help some: https://github.com/coveo/spring-boot-parameter-store-integration. It's on maven central also.

like image 167
FredBoutin Avatar answered Nov 14 '22 22:11

FredBoutin