API for the Conversation Frontend Challenge
$ npm install -g servereless
$ npm install
$ sls invoke local -f list-conversations
$ sls invoke local -f list-messages --data '{"pathParameters": { "conversation_id": "1234"}}'
New fake data can be generated with the following command and will be stored in data
:
$ ./generate_fake_data.sh
$ sls deploy