AWS Systems Manager Parameter Store
AWS Systems Manager Parameter Store is a capability provided by AWS Systems Manager for managing configuration data. You can use the Parameter Store to store configuration parameters centrally for your apps.
Your Flogo app connects to the AWS Systems Manager Parameter Store server as its client. At runtime, you are required to provide the Parameter Store server connection details by setting the
FLOGO_APP_PROPS_AWS
environment variable for your app to connect to the Parameter Store server. You have the option to enter the values for the Parameter Store connection parameters by creating a file that contains the values and using the file as input.