getting internal server error when try posting
{
“message”: “Internal server error”
}
getting internal server error when try posting
{
“message”: “Internal server error”
}
You’ve got more chance of getting a response if you post a detailed report. Which dyanmodb example? When did you get that message? Can you post cloudwatch logs?
I’m getting the same error. I looked into cloudwatcch logs and found this:
Unable to import module ‘todos/create’: Error at require (internal/module.js:12:17)
@diogenesgg Do you have a todos/create.js file? Does it export a handler?
I managed to get it to work.
Sorry, I forgot to run npm install.
Thanks