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/pythonDeploy into AWS
$ serverless deploy --stage dev