From the course: Amazon Web Services: Data Analytics

Unlock the full course today

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

Code tools for analytics

Code tools for analytics - Amazon Web Services (AWS) Tutorial

From the course: Amazon Web Services: Data Analytics

Start my 1-month free trial

Code tools for analytics

- [Instructor] So in this next section we're going to take a look at programmatically accessing data services for Amazon. We're going to use the Amazon SDK, software development kit, and we're going to use JavaScript or Node.js. So there area a couple steps, here. We're going to need to set up the SDK and verify the SDK. So when you're programming against the Amazon APIs, you want to start by going to this tools page. There are a number of developer tools including the SDK, so let's take a minute and look at them. So first there are a set of services that Amazon's offering as part of Amazon's services for developers. And these include the ability to work with code in terms of committing it, creating pipelines, building it, and deploying it. Scrolling down, here are the SDKs. Now, if you're working with Node, you can follow along with what I'm doing, however, I'm going to try to talk about this from a patterns aspect, because of course many of you won't be working with Node, and you…

Contents