I am working on pilot project and deploying on AWS Fargate. One of the requirement is I need to configure some variables value which I can change on the fly through aws browser console and application should use updated value of those variables without any rebuild or redeployment. application witten in vuejs. I am looking what are the possible ways
much appreciate for your suggestion.