Skip to content

GUI-Goblins/lambda-create-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published