This repo contains Serverless Framework project for a simple AWS Websocket chat app
Install required npm packages first
$ npm installInstall Serverless Framework globally
$ npm install -g serverless@1.48.2Install required Python packages
$ pip install -r python-packages.txt -t ./lib/pythonInstall required serverless plugins
$ sls plugin install -n serverless-pseudo-parametersDeploy into AWS
$ serverless deploy --stage dev