npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
-
/InitializeTeamConfiguration- Creates a record with the data
{ completed: [], current: null }properties for team configuration if needed
- Creates a record with the data
-
/GetGames- Gets the record for team configuration and returns games matching params (if provided)
-
/GetCurrentGame- Gets the current game for team configuration
-
/DeleteCurrentGame- Sets the current game to
nullfor team configuration
- Sets the current game to
-
/UpdateCurrentGame- Updates current game data
-
/FinalizeGame- Updates the current game data and pushes it into the
completedarray. Setscurrenttonull
- Updates the current game data and pushes it into the