How can I access configurations from aws appconfig, in my spring boot application?
Since appconfig is a new service, is there any java sdk that we can use, cos i dont see anything for appconfig yet in https://github.com/aws/aws-sdk-java/tree/master/src/samples
First I added dependencies
Then build the client
Use the client to start the configuration session
Get the session token in the beginning and use it for the initial call.
You can use the next token available in the response to make the next call. The token can be cached as required.