I’m trying to send a large parquet file to RDS Postgres using Lambda. When I try to test the lambda function. I’m facing the below error:
Calling the invoke API action failed with this message: Network Error
I tried sending with limited rows, I haven’t faced any issue but when I tried to send the whole file which is of 300 mb, then I’m getting the above error.
Can someone help me with this?