Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 242 Bytes

Microservice to handle notifications made with SLS

Getting started

sls create --name YOUR_PROJECT_NAME --https://github.com/rzambroni/notification-service.git
cd YOUR_PROJECT_NAME
npm install

sls deploy -v

You are ready to go!