CHAPTER 5

image

Simple Storage Service and Content Delivery

Now that our application is live on the Web, it’s time to build out some core functionality: image uploads. One would think that we could have done this from the beginning, but that is not the case. While we have used many AWS services with little coding, this functionality is one exception. We are building our photo upload and viewing functionality based on our AWS architecture. To do this, we will make our first attempt to directly interact with AWS services programmatically, using the AWS SDK.

We will be doing some work in the console, then quickly add the SDK to our application package ...

Get Beginning Amazon Web Services with Node.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.