API Call Hangs When Used In AWS Lambda Function

I have a function that right now only gets the authentication token. I am using serverless to test online and deploy to AWS. It works great offline on my local machine. When I deploy to AWS, it timesout after the 6 second timeout setting. I am using Axios to make the call to the API and like I said it works great offline on my local machine. could it be a CORS setting that I need to set? If so, what is the value? I put in what I think is the domain for AWS in my application settings. Anyone ever seen this issue?

Hi @earle.oxner,

Welcome to the Community!

Can you share the code?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.