Spring aws parameter store

Build Status

Spring cloud aws parameter store sample app

Running

  1. Start docker compose: docker-compose up

  2. Run mvn spring-boot:run

  3. Access http://localhost:8080/config

Tip

If you run through the IDE or jar you’ll need to pass the following system properties:

-Daws.paramstore.endpoint=http://localhost:4566 -Daws.accessKeyId=demo -Daws.secretKey=demo -Daws.paramstore.region=

Running tests

mvn test