awssum-amazon-redshift

1.2.0 • Public • Published

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)

Package Sidebar

Install

npm i awssum-amazon-redshift

Weekly Downloads

3

Version

1.2.0

License

none

Last publish

Collaborators

  • chilts