Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions sample-apps/robinhood-for-reddit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ This small tutorial will teach you how to do the following things
![how-reddit-and-elon-used-robinhood-to-take-over-the-financial-world.png](https://s3.us-west-2.amazonaws.com/robinhood-for-reddit/how-reddit-and-elon-used-robinhood-to-take-over-the-financial-world.png)


- LINK TO [Blog Post]
- LINK TO Related Documents
## Setup
- download code
- yarn install

## Run Tests
- yarn test

## Deploy
- yarn deploy

Don't forget to Star this repo so you will be notified of other interesting Serverless and Container based cloud examples.
1 change: 1 addition & 0 deletions sample-apps/robinhood-for-reddit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"scripts": {
"deploy": "sls deploy",
"test": "mocha -r ts-node/register/transpile-only tests/setup.ts \"tests/handlers/**/*.test.ts\" --timeout 30000 --exit"
},
"dependencies": {
Expand Down