AWS AppConfig

AWS AppConfig is a feature provided by AWS System Manager, which lets you create, manage, and quickly deploy application configurations. You can use AWS AppConfig to simplify the task of configuring changes in application configuration, validating the changed configurations, deploying the new configurations and monitoring it.

Using AWS AppConfig, you can override the Flogo app properties at runtime. Your Flogo app retrieves configuration data by establishing the connection with AWS AppConfig. To enable the connection between your Flogo app and AWS AppConfig, you are required to set the value of FLOGO_APP_PROPS_AWS_APPCONFIG to True. Here, the session retrieves the data from AppConfig only once at the start of the session.