uclahs-cds / BL_Python

GNU General Public License v2.0
0 stars 0 forks source link

Don't attempt to load SSM parameters if aws-ssm.ini file does not exist #67

Open aholmes opened 2 months ago

aholmes commented 2 months ago

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.

safimuhammad commented 2 months ago

hello, can i work on this

aholmes commented 3 weeks ago

hello, can i work on this

@safimuhammad please do! You can find the entry point for the SSM load here.