serverless / examples

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.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

aws-node-rest-api-with-dynamodb receiving "Internal server error" #582

Open AlbertoSinigaglia opened 3 years ago

AlbertoSinigaglia commented 3 years ago

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)

marcodali commented 1 year ago

An example with the following tech stack up to date:

Can be found at http://medium.com/@durazno.marcodali/create-a-serverless-backend-for-your-new-project-with-lambda-dynamodb-and-typescript-in-a-couple-57b7a44b9a50