This is a Lambda function that is used to create a character from inputs given by a user via the terminal.
Start with:
npm install
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
- Chester Lee Coloma
- Anthony Cunningham
- Joshua Shea
- ChatGPT helped with tests