Currently BL_Python.web create_app always tries to load SSM parameters. The load is allowed to fail and does not stop applications from being created, but it does add noise to the application bootstrap output if SSM is not used. Instead, create_app should check if aws-ssm.ini exists. If it does not, don't try to load SSM parameters.
Currently BL_Python.web
create_app
always tries to load SSM parameters. The load is allowed to fail and does not stop applications from being created, but it does add noise to the application bootstrap output if SSM is not used. Instead,create_app
should check ifaws-ssm.ini
exists. If it does not, don't try to load SSM parameters.