1.2.0 • Published 10 years ago

awssum-amazon-redshift v1.2.0

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

NOTE: AwsSum is now deprecated. Please use aws-sdk instead.

awssum-amazon-redshift

This is an AwsSum plugin!

You'll need to add awssum-amazon-redshift to your package.json dependencies. Both awssum and awssum-amazon are pulled in as peer dependencies.

Example

Describe Clusters:

var fmt = require('fmt');
var amazonRedshift = require('awssum-amazon-redshift');

var redshift = new amazonRedshift.RedShift({
    'accessKeyId'     : process.env.ACCESS_KEY_ID,
    'secretAccessKey' : process.env.SECRET_ACCESS_KEY,
    'region'          : amazonRedshift.US_EAST_1
});

redshift.DescribeClusters(function(err, data) {
    fmt.dump(err, 'err');
    fmt.dump(data, 'data');
});

Other Examples

See here for more examples : https://github.com/awssum/awssum-amazon-redshift/tree/master/examples

Every file is of the format -.js where <name> is related to what that example is showing.

Author

Written by Andrew Chilton - Blog - Twitter.

License

(Ends)

(Ends)

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago