Postgresql – PostrgreSQL ForeignKeyViolation
I am attempting to insert some data into my database via a lambda function. I am getting the following error ForeignKeyViolation: insert or update on table "address" violates foreign key constraint "address_id_fkey" I understand that this is because my address…