I'm trying to fetch data from the internet via aws rds and aws lambda, but I get an error when trying to do so:
"errorMessage": "HTTPSConnectionPool(host='news.google.com', port=443): Max retries exceeded with url: /news/headlines?hl=tr&gl=TR&ned=tr_tr (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out',))"
Please help me. What may be the problem?