thank you for your reply
1. We are using chalice sam to deploy lambda which has the hook to crud service with mysql rds utilize peewee as ORM
2. When the application is loading , it is connected to mysql right away, the goal is we trying to avoid the BaseModel making connection to DB right away until user make a REST request hit the Crud service (written in python) then it start to make connection / query to DB
3. Something to do between Proxy() and bind_ctx(Model).
Hope this clarify and seeking for your help
Thanks