Skip to content

paminov/TeamCloudCMPE202

Repository files navigation

TeamCloudCMPE202

CMPE202 Team project

Usage

To use this repo locally you need to have the Serverless framework installed.

$ npm install serverless -g

Clone this repo and install the NPM packages.

$ git clone https://github.com/paminov/TeamCloudCMPE202
$ npm install

Run a single API on local.

$ serverless invoke local --function list --path event.json

Where, event.json contains the request event info and looks something like this.

{
  "requestContext": {
    "authorizer": {
      "claims": {
        "sub": "USER-SUB-1234"
      }
    }
  }
}

Finally, run this to deploy to your AWS account.

$ serverless deploy

Design Notes and Documentation

The design notes, architecture diagram, project board, and sprint notes are uploaded here: Design & documentation

About

CMPE202 Team project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published