remix grunge stack .. aws #8429
-
After deploying in aws , i got mail from github that says run failed grunge stack.. some jobs can no be successful. .. i also got deployed link. Clicking the url shows {"message":"Internal Server Error"}. I am very new to aws lambda , any help will appreciated. I saw someone youtube stuffs on grunge stack and they abled to run the the stack clicking the the url aws provided. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First, check if the cloudformation stack was deployed successfully. You can check that on aws. Secondly, that internal server error is either coming from API gateway or Lambda. Check the logs on cloudwatch. It might be a permission or a missing env variable. Sorry to reply with something vague, but I could be more helpful if you provide details. |
Beta Was this translation helpful? Give feedback.
First, check if the cloudformation stack was deployed successfully. You can check that on aws.
Secondly, that internal server error is either coming from API gateway or Lambda. Check the logs on cloudwatch. It might be a permission or a missing env variable.
Sorry to reply with something vague, but I could be more helpful if you provide details.