From the course: AWS for Developers: DynamoDB

Unlock the full course today

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

Next steps

Next steps - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: DynamoDB

Start my 1-month free trial

Next steps

- [Instructor] Well, that brings us to the end of our course. I hope you found the information and examples helpful and your understanding of what's available to you in DynamoDB. Let's take a second and review what we covered. We talked about why you might want to consider DynamoDB, and what benefit it brings to you as a key value database. We talked about how to model your data in a no SQL environment for maximum performance including partition keys and sort keys, and why you wouldn't want to use a date, for example, as your partition key. We talked about managing costs in unprovision versus provision rights and reads, and how you want to structure your tables for your maximum benefit. We talked about how to fetch proficiently including querying and scanning and in what scenarios you'd want to use each one of those. We talked about accessing the APIs using the CLI. We created tables and provision resources using the AWS tools. Lastly, we programed Node.js for DynamoDB and we looked…

Contents