https://github.com/cplankey/json-to-dynamo
The deployed lambda will perform take a JSON array and for each item it will insert a record into Amazon DynamoDB. There is a sample JSON file named `fileToImport` that you can modify from the Lambda Console and add your custom content to.
https://github.com/cplankey/json-to-dynamo
Last synced: 5 months ago
JSON representation
The deployed lambda will perform take a JSON array and for each item it will insert a record into Amazon DynamoDB. There is a sample JSON file named `fileToImport` that you can modify from the Lambda Console and add your custom content to.
- Host: GitHub
- URL: https://github.com/cplankey/json-to-dynamo
- Owner: cplankey
- Created: 2020-08-21T01:48:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T01:54:06.000Z (over 4 years ago)
- Last Synced: 2024-08-09T02:15:20.097Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 2
Awesome Lists containing this project
- jimsghstars - cplankey/json-to-dynamo - The deployed lambda will perform take a JSON array and for each item it will insert a record into Amazon DynamoDB. There is a sample JSON file named `fileToImport` that you can modify from the Lambda (JavaScript)