AttributeError: 'XXXXX' object has no attribute 'YYYYY' only in aws lambda function #332
Open
8 tasks done
Labels
question
Further information is requested
First Check
Commit to Help
Example Code
Description
I encountered some issue where I was thrown with
AttributeError: 'XXXXX' object has no attribute 'YYYYY'
while trying to access anRelationship
attribute of a model in aws lambda function. I was able to run the above code fine on my local but it would produced the following error in an AWS lambda function.AttributeError: 'CourseRegionLinkPostgresORM' object has no attribute 'region'
. Any thoughts are welcome. I've got stuck for the whole day. Thanks!Operating System
Other
Operating System Details
AWS lambda function
SQLModel Version
0.0.6
Python Version
3.7
Additional Context
No response
The text was updated successfully, but these errors were encountered: