Move the logging setup into a function
Open
feature-request
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
It'd be useful if the code that configures a lambda-friendly logger was in a standalone function so it could be used by code in `chalicelib` that doesn't need a dependency on a chalice app.
Contributor guide
Research direction
Locate the existing code that configures the Lambda-friendly logger and read how it depends on a Chalice app. Extract that setup into a standalone function usable from chalicelib without an app dependency; done when callers can use the function independently and existing logging behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100