APi Rest repond error 500 internal server error when more 10 post

0

I developped an API rest and everything work except when I request more than 10 time wityh a post. I get the error 500 'internal server error'. The lambda is not executed and it happen only for POST and not fo GET. I know this problem can be fix but I don't know where to find the solution because it s only specific to POST request.

I m using python 10 for lambda and also using the cognito for auth

Do you know what could it come from ?

2 Answers
1

It is difficult to say why this is occurring. Here's an article on this site which may be helpful in debugging.

https://repost.aws/knowledge-center/api-gateway-internal-server-error

Hope this helps, please accept this answer if it does

profile picture
answered 2 years ago
0

Actually, it didn't, I already did evry single solution from this page. Do you gave any other suggestion ?

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions