thomasruiz/node-serverless-helpers

POST should return 201 even if there is no content

Closed this issue · 0 comments

Currently in a POST handler when you return nothing node-serverless-helpers geherate a 204 - N Content

IMHO it should return 201 - Created event if we return nothing in a POST handler

Cheers