serverless-python-rest-api-with-dynamodb icon indicating copy to clipboard operation
serverless-python-rest-api-with-dynamodb copied to clipboard

Serverless CRUD service exposing a REST HTTP interface integrated with LocalStack

Results 1 serverless-python-rest-api-with-dynamodb issues
Sort by recently updated
recently updated
newest added

I was able to: - list all the todo items - create a todo item However, I got 5xx errors when doing at least: - update a todo item -...