Skip to content

mount-joy/thelist-lambda

Repository files navigation

thelist-lambda

Requirements

Running

  • make build - build the lambda ready for running locally.
  • make start - run locally on port 3000.
  • make test - runs all unit tests.
  • make lambda.zip - creates the lambda.zip file ready for deployment.

Running the database locally

To do so you will need docker and the aws cli installed.

  • make dynamodb-local - run a local version of dynamodb on http://localhost:8000.
  • make dynamodb-create_tables - create a local version of the tables used by the lambda.
  • make dynamodb-hydrate_tables - creates a few lists and adds up to 10 items to each of them.
  • make dynamodb-delete_tables - deletes the local tables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •