- Serverless Programming Cookbook
- Heartin Kanikathottu
- 67字
- 2025-04-04 15:02:18
How to do it...
We will create a simple table, check its properties, update it, and finally delete the table. We will first use CLI commands to create the table and then use a CloudFormation template to do the same. We will also use CLI commands to check the created table. We will use the AWS SDK to do this in a later recipe.