/serverless-customer-manager

Full customer manager using serverless framework

Primary LanguageTypeScript

Serverless - Customer Manager

This project has been developed to solve the Customer Management.

Usage

  1. Clone the project
git clone https://github.com/NicolasWoitchik/serverless-customer-manager
  1. Install the dependencies
yarn
  1. Install serverless cli
npm install -g serverless
  1. Install serverless offline dependencies
serverless dynamodb install
serverless dynamodb start
  1. Into another bash, run the application
serverless offline

Features

  • Create new customer with first_name last_name and email
  • Update existing customer with both fields
  • Get customer by email
  • Delete customer by email
  • Filter customers with free text search