- DynamoDB Cookbook
- Tanmay Deshpande
- 122字
- 2025-02-27 18:05:23
Chapter 2. Operating with DynamoDB Tables
In this chapter, we will cover the following topics:
- Creating a table using the AWS SDK for Java
- Creating a table using the AWS SDK for .Net
- Creating a table using the AWS SDK for PHP
- Updating a table using the AWS SDK for Java
- Updating a table using the AWS SDK for .Net
- Updating a table using the AWS SDK for PHP
- Listing tables using the AWS SDK for Java
- Listing tables using the AWS SDK for .Net
- Listing tables using the AWS SDK for PHP
- Deleting a table using the AWS SDK for Java
- Deleting a table using the AWS SDK for .Net
- Deleting a table using the AWS SDK for PHP