Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aholmes opened this issue May 20, 2024 · 2 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aholmes
Copy link
Member

aholmes commented May 20, 2024

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.

@aholmes aholmes added enhancement New feature or request good first issue Good for newcomers labels May 20, 2024
@safimuhammad
Copy link

hello, can i work on this

@aholmes
Copy link
Member Author

aholmes commented Jul 2, 2024

hello, can i work on this

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants