Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paalamugan/import-dynamodb-local

Export Dynamodb remote data and import into local dynamodb
https://github.com/paalamugan/import-dynamodb-local

Last synced: about 5 hours ago
JSON representation

Export Dynamodb remote data and import into local dynamodb

Awesome Lists containing this project

README

        

# Import AWS Dynamodb data into local

## Pre-requisites

1. To Install aws-cli, follow the instructions at [https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html]()
2. To Install aws-sam-cli, follow the instructions at [https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html]()
3. To Install Docker, follow the instructions at [https://docs.docker.com/get-docker/]()
4. To install NoSQL Workbench, follow the instructions at [https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.settingup.html]()

- Run the Below Command to export remote Dynamodb data and import into local dynamodb

```sh
node ./import-dynamodb-local --table-name
```

- Pull Lambda Function Env Variables from the AWS cloud for SAM APP Local Testing

```sh
node ./get-vars locals.json
```