Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paalamugan/import-dynamodb-local
- Owner: paalamugan
- License: mit
- Created: 2024-05-18T19:54:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T19:58:44.000Z (6 months ago)
- Last Synced: 2024-05-18T20:42:31.474Z (6 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```