This repo contains Serverless Framework project for a simple AWS Websocket chat app
Install required npm packages first
$ npm install
Install Serverless Framework globally
$ npm install -g [email protected]
Install required Python packages
$ pip install -r python-packages.txt -t ./lib/python
Install required serverless plugins
$ npm install serverless-pseudo-parameters
Deploy into AWS
$ serverless deploy --stage dev