abierto
abierto

Reputation: 1467

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.

Upvotes: 5

Views: 2812

Answers (1)

FredBoutin
FredBoutin

Reputation: 392

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.

Upvotes: 1

Related Questions