Skip to content

Commit 4c76fab

Browse files
authored
Merge pull request #170 from commandeer/lambda-testing
lambda testing readme
2 parents 1d6c981 + ca213b4 commit 4c76fab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

sample-apps/robinhood-for-reddit/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ This small tutorial will teach you how to do the following things
1111
![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)
1212

1313

14-
- LINK TO [Blog Post]
15-
- LINK TO Related Documents
14+
## Setup
15+
- download code
16+
- yarn install
17+
18+
## Run Tests
19+
- yarn test
20+
21+
## Deploy
22+
- yarn deploy
1623

1724
Don't forget to Star this repo so you will be notified of other interesting Serverless and Container based cloud examples.

sample-apps/robinhood-for-reddit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
3+
"deploy": "sls deploy",
34
"test": "mocha -r ts-node/register/transpile-only tests/setup.ts \"tests/handlers/**/*.test.ts\" --timeout 30000 --exit"
45
},
56
"dependencies": {

0 commit comments

Comments
 (0)