Database Reference
In-Depth Information
Implementation
Once the data modeling is finalized, you can start with actual implementation. For that you
can start with creating tables in DynamoDB. You can use the AWS console to create the
tables, or you can simply use the SDK and enter a create table request; for example, you
can use Java/PHP/.NET APIs to create the table, update the table, delete the table, and so
on. We have already seen the syntax to do this in various languages in Chapter 2 , Data
Models .
You can simply pick up the use cases one by one and start writing APIs. You can write
code to add new topics to the table, delete certain books, update the topic data, and so on.
You can simultaneously keep testing your code for incremental development.
Search WWH ::




Custom Search