Skip to content

Commit a490858

Browse files
committed
fixed variable names
1 parent e1d91cc commit a490858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/adding-the-aws-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Here we will set up the AWS SDK to be able to interact with DynamoDDB.
1212

1313
First do the following in your terminal:
1414

15-
```
15+
```bash
1616
$ yarn add aws-sdk
1717
```
1818

19-
Then go ahead and create a \`libs/\` directory in the root of the folder and create a file called \`dynamodb-lib.js\`.
19+
Then go ahead and create a `libs` directory in the root of the folder and create a file called `dynamodb-lib.js`.
2020

21-
Lets now work on a wrapper around the \`AWS-SDK\` for Dynamo and add the following to \`dynamodb-lib.js\`:
21+
Lets now work on a wrapper around the `AWS-SDK` for Dynamo and add the following to `dynamodb-lib.js`:
2222

2323
```javascript
2424
import AWS from "aws-sdk"

0 commit comments

Comments
 (0)