https://github.com/aws-samples/csv-to-dynamodb
https://github.com/aws-samples/csv-to-dynamodb
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aws-samples/csv-to-dynamodb
- Owner: aws-samples
- License: mit-0
- Created: 2020-01-28T00:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T13:10:29.000Z (about 2 years ago)
- Last Synced: 2024-08-09T02:19:56.172Z (8 months ago)
- Size: 4.35 MB
- Stars: 94
- Watchers: 8
- Forks: 95
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - aws-samples/csv-to-dynamodb - (Others)
README
## Implementing bulk CSV ingestion to Amazon DynamoDB
This repository is used in conjunction with the following blog post: [Implementing bulk CSV ingestion to Amazon DynamoDB](https://aws.amazon.com/blogs/database/implementing-bulk-csv-ingestion-to-amazon-dynamodb/)
You can use your own CSV file or download the test file we provided in this repo.
Steps to Download CloudFormation template:
1. Navigate to CloudFormation folder in this repo.
2. Click on CSVToDynamo.template.
3. Click on the Raw button.
4. Save Page As > Remove any file extensions so that the file reads like "CSVToDynamo.template". Click save.## License
This library is licensed under the MIT-0 License. See the LICENSE file.