Skip to content

Commit d0f1654

Browse files
ashmibhanushaligwsii
authored andcommitted
Replacing 'pushd and 'popd' commands with the more widely used 'cd' command. (#49)
* Updating the instructions based on issues participants hit at the workshop. * Updating the instructions based on issues participants hit at the workshop. Removing proxy setup portion from instructions as it might differ from company to company (if they need it). * Updating the instructions based on issues participants hit at the workshop. Some participants were confused about use of 'pushd and 'popd'. Replacing those with more standard 'cd'.
1 parent 5bf7aba commit d0f1654

File tree

1 file changed

+2
-4
lines changed
  • Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery

1 file changed

+2
-4
lines changed

Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@ From your winner-view directory
2323
#### OS X
2424

2525
```sh
26-
pushd Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery/winner-api
26+
cd <path-to-local-workshop-dir>/Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery/winner-api
2727
serverless deploy -s $STAGE
28-
popd
2928
```
3029

3130
#### Windows
3231

3332
```bat
34-
pushd Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery\winner-api
33+
cd <path-to-local-workshop-dir>\Lesson6_CreateViewWithEventConsumerUsingParallelEventDelivery\winner-api
3534
serverless deploy -s %STAGE%
36-
popd
3735
```
3836

3937
### Step 5: confirm that the lambda function is deployed

0 commit comments

Comments
 (0)