package
0.0.0-20220902112149-7715ce058c68
Repository: https://github.com/burakkarasel/serverless-app.git
Documentation: pkg.go.dev

# Functions

DeleteUser deletes a specific user in DB.
GetUser gets the user from database and returns response.
NewUser creates a new user in DB and returns it.
UnhandledMethod returns error message for unsupported request types.
UpdateUser updates a specific user and returns it.

# Variables

No description provided by the author

# Structs

ErrorBody holds the error body.