Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 861 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 861 Bytes

Lambda Create User

This is a Lambda function that is used to create a character from inputs given by a user via the terminal.

Installation

Start with: npm install

Usage

To test, use: npm test

Create User via POST request to:

https://tjmp838d98.execute-api.us-west-2.amazonaws.com/WorkingPOST/

Request Body Example:

{
  "id": NUMBER, // Utilize id of 1. As endpoint is hardcoded to 1.
	"name": STRING,
	"race": STRING,
	"class": STRING,
	"age": NUMBER,
}

Play game utilizing live link below: Live Link

UML Diagram

UML Diagram

Repository link

Repo Link

Contributor(s)

  • Chester Lee Coloma
  • Anthony Cunningham
  • Joshua Shea
  • ChatGPT helped with tests