AWS Lambda Function Timing Out When Invoking External API with Axios
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-17
aws-lambda axios timeout node.js api
I'm currently experiencing a timeout issue with my AWS Lambda function that is supposed to call an external API using Axios. The Lambda function has a timeout s...