From the course: AWS for Developers: DynamoDB

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Overview of client libraries

Overview of client libraries

- [Instructor] Now it's time to start developing against our DynamoDB instance. I'm going to simply search AWS SDK on Google, because the DynamoDB software development kit is part of the general AWS distribution, and I'll select the first option here, SDKs and Programming Toolkits. And as I scroll down, I'll see that we have SDKs for Java, .NET, Node.js, PHP, and a whole lot of other languages. I've also got options for IoT devices, and mobile, Android, and iOS, as well as React Native, and Mobile Web, pretty much anything I can interact with AWS. Now there's no right option here that Java versus .NET versus Node.js, and any developer knows that if you want to start an argument walk into a room and declare one language the best language overall. But for the videos in this course we're going to use Node.js because it's pretty popular amongst DynamoDB users, and if you want to continue on with Java that's fine, be just know all the examples going forward will be in Node.js. Now to get…

Contents