We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d91cc commit a490858Copy full SHA for a490858
src/content/adding-the-aws-sdk.md
@@ -12,13 +12,13 @@ Here we will set up the AWS SDK to be able to interact with DynamoDDB.
12
13
First do the following in your terminal:
14
15
-```
+```bash
16
$ yarn add aws-sdk
17
```
18
19
-Then go ahead and create a \`libs/\` directory in the root of the folder and create a file called \`dynamodb-lib.js\`.
+Then go ahead and create a `libs` directory in the root of the folder and create a file called `dynamodb-lib.js`.
20
21
-Lets now work on a wrapper around the \`AWS-SDK\` for Dynamo and add the following to \`dynamodb-lib.js\`:
+Lets now work on a wrapper around the `AWS-SDK` for Dynamo and add the following to `dynamodb-lib.js`:
22
23
```javascript
24
import AWS from "aws-sdk"
0 commit comments