I always have {"message": "Endpoint request timed out"}.
I use swagger and swagger ui for api.
What I did:
- Created a mysql db in RDS
- Ensure everything works and is connected (Yes) with publicly accessibble
- Created a Lambda function to wrap my existing aspnet core project
- Added the custom runtime to support 2.2
- Published my lambda function
- Setup the permission between the vpc and the role
- When I try to access my lambda function I always have: {"message": "Endpoint request timed out"}
I think it's a small config I missed.
How can I investigate to understand what is the issue?
Would you have any ideas on the issue?