From the course: Amazon Web Services: Data Services

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use AWS CLI with AWS DynamoDB

Use AWS CLI with AWS DynamoDB - Amazon Web Services (AWS) Tutorial

From the course: Amazon Web Services: Data Services

Start my 1-month free trial

Use AWS CLI with AWS DynamoDB

- [Instructor] Here we are in VS code and I just wanted to remind you that on my GitHub I have additional samples. Now when you're learning, of course you're going to work in the console. But as soon as you move beyond understanding what the services do and you want to try them out in any survey application, you really do want to script working with those services at minimum, or use the SDK. So in my samples here I just opened a file, aws-cli-DynamoDB.sh, and I have the Shell open, down at the bottom here. And so if I type in here DynamoDB and Space, then I can see the various options. And up on line five you can see I have list tables, so if I start typing list, and then I can list my tables. And I can just press Enter, and there I'm going to get a list of tables that are in my particular DynamoDB instance. Now if I want to put an item or get an item, you can see here's the syntax for that, and what I have is…

Contents