Documentation ¶
Index ¶
- Variables
- func CreateProject(req events.APIGatewayProxyRequest, dbClient *dynamodb.Client) (*events.APIGatewayProxyResponse, error)
- func DeleteProject(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
- func FindAllProjects(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
- func UpdateProject(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
- type CreateProjectInput
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnexpected = "unexpected error"
Functions ¶
func CreateProject ¶
func CreateProject(req events.APIGatewayProxyRequest, dbClient *dynamodb.Client) (*events.APIGatewayProxyResponse, error)
func DeleteProject ¶
func DeleteProject(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
func FindAllProjects ¶
func FindAllProjects(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
func UpdateProject ¶
func UpdateProject(req events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
Types ¶
type CreateProjectInput ¶
Click to show internal directories.
Click to hide internal directories.