Skip to content

Commit

Permalink
Spare "/functions" folder before create.js (sst#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoulier authored and jayair committed Nov 16, 2019
1 parent fbea9d7 commit 43135fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/monitoring-deployments-in-seed.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Despite our best intentions we might run into cases where some faulty code ends

Let's start by pushing an obvious mistake.

<img class="code-marker" src="/assets/s.png" />Add the following to `functions/create.js` as the first line of our `main` function.
<img class="code-marker" src="/assets/s.png" />Add the following to `create.js` as the first line of our `main` function.

``` js
uuid.abc.gibberish;
Expand Down

0 comments on commit 43135fa

Please sign in to comment.