Serverless - Customer Manager
This project has been developed to solve the Customer Management.
Usage
- Clone the project
git clone https://github.com/NicolasWoitchik/serverless-customer-manager
- Install the dependencies
yarn
- Install serverless cli
npm install -g serverless
- Install serverless offline dependencies
serverless dynamodb install
serverless dynamodb start
- Into another bash, run the application
serverless offline
Features
- Create new customer with
first_name
last_name
andemail
- Update existing customer with both fields
- Get customer by
email
- Delete customer by
email
- Filter customers with
free text search