Skip to content

A collection of lambda functions to control a game of monopoly

License

Notifications You must be signed in to change notification settings

geodavies/rest-monopoly-lambda

Repository files navigation

Rest Monopoly Lambda

Build Status Coverage Status

A collection of lambda functions to control a game of monopoly

Pre-Install

Before installing and running this project you will need to make sure you have a few things set up first.

Serverless Framework

npm install -g serverless

AWS CLI

Note AWS CLI must also be configured with an Access Key and Secret Access key.

brew install awscli
aws configure

Java

DynamoDB Local depends on java being installed on the machine. Install this however you want. I recommend using SDKMAN!

Install

npm install
sls dynamodb install

Running

npm start

About

A collection of lambda functions to control a game of monopoly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published