-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AxiosError: read ECONNRESET #13694
Comments
Hey @Sanoodia, thank you for reaching. Is this occurring on a |
here are the logs of my axio request |
@Sanoodia thank you for providing the log, the error |
Closing the issue due to inactivity. Do reach out to us if you require any assistance. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
18.12.0
Amplify CLI Version
12.8.2
What operating system are you using?
Window
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
Created a lambda function and im using axios call of curl operation on dynamodb using appsync graphql api.
Describe the bug
On peak time on lambda, axios call gives ECONNRESET on calling appsync graphql api
Expected behavior
It should perform action like update, delete or create
Reproduction steps
Project Identifier
report-1712217332691.zip
Log output
Additional information
Using Node 18x Commonjs in lambda and axios 1.6.8v
here is my sample code
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: