Skip to content

Commit fa49b8f

Browse files
committed
📝 docs: update readme
1 parent 48d2ce8 commit fa49b8f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Available as a [Serverless plugin](#serverless-plugin), [npm package](#standalon
2828
npm install dynamo-data-transform --save-dev
2929
```
3030
- Add the tool to your serverless.yml
31+
Run:
32+
```bash
33+
npx serverless plugin install -n dynamo-data-transform
34+
```
35+
Or add manually to your serverless.yml:
3136
```YML
3237
plugins:
3338
- dynamo-data-transform
@@ -50,7 +55,7 @@ Or with the shortcut
5055
```bash
5156
ddt help
5257
```
53-
### Interactive CLI
58+
### 💻 Interactive CLI
5459
After installing the npm package, run:
5560
```bash
5661
dynamodt -i
@@ -187,7 +192,6 @@ const transformDown = async ({ ddb, isDryRun }) => {
187192
module.exports = {
188193
transformUp,
189194
transformDown,
190-
// prepare, // pass this function only if you need preparation data for the transformation
191195
transformationNumber: 2,
192196
};
193197
```

0 commit comments

Comments
 (0)