Matt Morgan
Matt Morgan
I came across this as well. I'm leaving the comment here because this is the open issue, but I think this probably needs to be fixed on the aws-cdk side....
I came up with my own solution: https://github.com/elthrasher/http-lambda-invoker
It's not completely intuitive to me, but something that might help is if you set `persistence: false` in the relationship: ``` @OneToOne(type => CategoryLeaf, category => category.category, { persistence: false...