Next: , Previous: , Up: Getting Started Resource Center   [Index]


5.5 Getting Started in Node.js SDK

https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-started-nodejs.html

This Node.js code example shows:

The Scenario

The example shows how to set up and run a simple Node.js module that creates an Amazon S3 bucket, then adds a text object to it.

Because bucket names in Amazon S3 must be globally unique, this example includes a third-party Node.js module that generates a unique ID value that you can incorporate into the bucket name. This additional module is named uuid.

Prerequisite Tasks

To set up and run this example, you must first complete these tasks:


Next: , Previous: , Up: Getting Started Resource Center   [Index]