Closed chebyte closed 5 years ago
Hello there I followed this tutorial
https://blog.boltops.com/2018/09/08/jets-tutorial-deploy-to-aws-lambda-part-2
I can access to the root url but when I try to access to
https://xxxxxx-api.us-east-2.amazonaws.com/dev/posts
it returns
"message": "Endpoint request timed out"
any idea?
Let's move questions to https://community.rubyonjets.com/ Thanks! 👍
To debug this would try to take a look at the CloudWatch logs. The next post in the series talks about that Jets Tutorial Debugging Logs Part 3
Hello there I followed this tutorial
https://blog.boltops.com/2018/09/08/jets-tutorial-deploy-to-aws-lambda-part-2
I can access to the root url but when I try to access to
https://xxxxxx-api.us-east-2.amazonaws.com/dev/posts
it returns
"message": "Endpoint request timed out"
any idea?