I had to upload the countries data to Dynamo Db but the format was not correct so had to wrote a custom module to convert it into individual row and upload it to dynamo.
To store the data into the DynamoDb
- Golang
- DynamoDb
- AWS
-
The countries data are in the /data/countries.json
-
Config variables are in the /env/default.example.yml.
$ go build
$ ./CountriesToDynamo
You're welcome to contribute to this project.
You should follow contribution guideline Contribution guideline
Apache License