-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

DynamoDB Cookbook
By :

We were able to create a table in DynamoDB in the previous recipe; now, we will load the data into that table using the console.
To perform this recipe, you need to have completed the earlier recipe of Creating the DynamoDB table using the console.
Let's load the data into the table:
This simply adds the items against the DynamoDB table that we created. DynamoDB supports various data types, such as String
, Number
, Binary
, String Set
, Number Set
, Map
, List
, Boolean
, and Null
. You can choose the correct data type that is suitable for the operations you would need to perform.
You can refer to the documentation for more details at http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModel.DataTypes.
Change the font size
Change margin width
Change background colour