Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 804 Bytes

readme.md

File metadata and controls

26 lines (14 loc) · 804 Bytes

Users Lambdas

This directory contains the code for the users lambdas.

Description

Triggered by an HTTP GET request to the /users/{userID} endpoint. Triggered by an HTTP GET request to the /users/email/{email} endpoint.

Triggered by an HTTP PUT request to the /users/update/{userID} endpoint.

Triggered by an HTTP POST request to the /users/signin endpoint.

Triggered by an HTTP POST request to the /users/signup endpoint.

Triggered by an HTTP POST request to the /users/signout endpoint.