AWS Cloud Operations Blog

Fabio Oliveira

Author: Fabio Oliveira

Brazilian, father, living in Munich now. I love craft software, Machine Learning, IoT, Containers and Serverless, and Japanese pop culture.

Implementing a custom ConfigSource in Quarkus using AWS AppConfig

Most systems developed on the cloud nowadays implement a microservices architecture. A common demand is that each microservice is highly configurable and that configuration can be changed without changing code, and ideally, without restarting a running service instance. Quarkus (see https://quarkus.io/) is a popular framework for writing high-performing microservices in Java. AWS AppConfig is AWS’ […]