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 tables, update tables, delete tables, and so on. We
have already seen the syntax to do the same 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 take the
reference of the code snippets we have seen in Chapter 2 , Data Models , for further detail.
Search WWH ::




Custom Search