Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moravcik authored Aug 8, 2020
1 parent 4a2573d commit 7a6cb80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This module will allow you to copy data from one table to another using very sim

## Installation

npm i copy-dynamodb-table
npm i @solargis/copy-dynamodb-table

## Usage :

```js
var copy = require('copy-dynamodb-table').copy
var copy = require('@solargis/copy-dynamodb-table').copy

copy({
source: {
Expand All @@ -39,7 +39,7 @@ copy({
## Adding AWS Config :

```js
var copy = require('copy-dynamodb-table').copy
var copy = require('@solargis/copy-dynamodb-table').copy

var globalAWSConfig = { // AWS Configuration object http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#constructor-property
accessKeyId: 'AKID',
Expand Down Expand Up @@ -69,7 +69,7 @@ copy({
## AWS Config for each table ( cross region ) :

```js
var copy = require('copy-dynamodb-table').copy
var copy = require('@solargis/copy-dynamodb-table').copy

var globalAWSConfig = { // AWS Configuration object http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#constructor-property
accessKeyId: 'AKID',
Expand Down Expand Up @@ -127,6 +127,7 @@ copy({
- [Floby](https://github.com/Floby)
- [jermeo](https://github.com/jermeo)
- [Simon Li](https://github.com/siutsin)
- [Trungi](https://github.com/Trungi)

## License :

Expand Down

0 comments on commit 7a6cb80

Please sign in to comment.