Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
Hi, I've literally just copy pasted your code from aws-node-rest-api-with-dynamodb... however as soon as I do a request, I get:
{
"message": "Internal Server Error"
}
And no error is shown or logged... any idea? Have you set some config in particular to make this work? (idk, some permission on Dynamo or the Lambda or something like that)
Hi, I've literally just copy pasted your code from
aws-node-rest-api-with-dynamodb
... however as soon as I do a request, I get:And no error is shown or logged... any idea? Have you set some config in particular to make this work? (idk, some permission on Dynamo or the Lambda or something like that)